tori29umai commited on
Commit
32742d1
1 Parent(s): b3b6580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,4 +118,5 @@ class Img2Img:
118
  return demo
119
 
120
  img2img = Img2Img()
 
121
  img2img.demo.launch(share=True)
 
118
  return demo
119
 
120
  img2img = Img2Img()
121
+ img2img.demo.demo.queue()
122
  img2img.demo.launch(share=True)