Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,4 +97,4 @@ Gradio.Interface(
|
|
97 |
theme=custom_theme,
|
98 |
analytics_enabled=False,
|
99 |
css=".generating {visibility: hidden}"
|
100 |
-
).launch(
|
|
|
97 |
theme=custom_theme,
|
98 |
analytics_enabled=False,
|
99 |
css=".generating {visibility: hidden}"
|
100 |
+
).launch(show_api=True)
|