Spaces:
Sleeping
Sleeping
Surya Narayana
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,6 @@ with gr.Blocks() as demo:
|
|
18 |
# Remove the "Image-to-Image generation" tab and its content
|
19 |
|
20 |
try:
|
21 |
-
demo.launch(debug=True)
|
22 |
except Exception:
|
23 |
-
demo.launch(share=True, debug=True)
|
|
|
18 |
# Remove the "Image-to-Image generation" tab and its content
|
19 |
|
20 |
try:
|
21 |
+
demo.launch(debug=True,inline=False)
|
22 |
except Exception:
|
23 |
+
demo.launch(share=True, debug=True,inline=False)
|