Spaces:
Build error
Build error
Commit
·
07215a3
1
Parent(s):
70c997f
Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,6 @@ with demo:
|
|
194 |
gr.Examples([["profile_new.png","back_img.png"]],[final_input_img, final_back_img])
|
195 |
gr.Examples([["profile_new.png","bedroom with a bookshelf in the background and a small stool to sit on the right side, photorealistic",3]], [final_input_img,text,samples])
|
196 |
|
197 |
-
|
198 |
demo.launch()
|
199 |
|
|
|
194 |
gr.Examples([["profile_new.png","back_img.png"]],[final_input_img, final_back_img])
|
195 |
gr.Examples([["profile_new.png","bedroom with a bookshelf in the background and a small stool to sit on the right side, photorealistic",3]], [final_input_img,text,samples])
|
196 |
|
197 |
+
demo.queue()
|
198 |
demo.launch()
|
199 |
|