Update app.py
Browse files
app.py
CHANGED
@@ -288,5 +288,4 @@ demo = gr.Interface(
|
|
288 |
theme=gr.themes.Soft(),
|
289 |
)
|
290 |
|
291 |
-
demo.queue()
|
292 |
-
demo.launch(state_session_capacity=15)
|
|
|
288 |
theme=gr.themes.Soft(),
|
289 |
)
|
290 |
|
291 |
+
demo.queue(api_open=True).launch(show_error=True, show_api=True)
|
|