Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 19 |
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
| 22 |
-
demo.queue(api_open=
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
| 22 |
+
demo.queue(api_open=True).launch(ssr_mode=True, show_api=True)
|