Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -479,4 +479,4 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
|
|
479 |
)
|
480 |
|
481 |
if __name__ == "__main__":
|
482 |
-
demo.queue(
|
|
|
479 |
)
|
480 |
|
481 |
if __name__ == "__main__":
|
482 |
+
demo.queue(api_open=True).launch(show_api=True, show_error=True)
|