Spaces:
Running
on
Zero
Running
on
Zero
Tanut
commited on
Commit
·
af5a35d
1
Parent(s):
7c5aece
Fix
Browse files
app.py
CHANGED
|
@@ -81,4 +81,4 @@ with gr.Blocks() as demo:
|
|
| 81 |
|
| 82 |
if __name__ == "__main__":
|
| 83 |
# Keep it plain so the Space builds cleanly
|
| 84 |
-
demo.launch()
|
|
|
|
| 81 |
|
| 82 |
if __name__ == "__main__":
|
| 83 |
# Keep it plain so the Space builds cleanly
|
| 84 |
+
demo.queue().launch(show_api=True, show_error=True, ssr_mode=False)
|