Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
edcfd06
1
Parent(s):
32742d1
Update app.py
Browse files
app.py
CHANGED
@@ -118,5 +118,5 @@ class Img2Img:
|
|
118 |
return demo
|
119 |
|
120 |
img2img = Img2Img()
|
121 |
-
img2img.demo.
|
122 |
img2img.demo.launch(share=True)
|
|
|
118 |
return demo
|
119 |
|
120 |
img2img = Img2Img()
|
121 |
+
img2img.demo.queue()
|
122 |
img2img.demo.launch(share=True)
|