Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -389,4 +389,4 @@ with gr.Blocks() as demo:
|
|
389 |
|
390 |
# Launch the app with embedding enabled
|
391 |
demo.queue(default_concurrency_limit=200)
|
392 |
-
demo.launch(show_api=False, ssr_mode=
|
|
|
389 |
|
390 |
# Launch the app with embedding enabled
|
391 |
demo.queue(default_concurrency_limit=200)
|
392 |
+
demo.launch(show_api=False, ssr_mode=True, share=True, inline=True)
|