Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,4 +105,4 @@ Gradio.Interface(
|
|
105 |
theme=custom_theme,
|
106 |
analytics_enabled=False,
|
107 |
css=".generating {visibility: hidden}"
|
108 |
-
).launch(
|
|
|
105 |
theme=custom_theme,
|
106 |
analytics_enabled=False,
|
107 |
css=".generating {visibility: hidden}"
|
108 |
+
).launch(show_api=True)
|