Spaces:
Running
Running
sigmatuse4
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,4 +101,4 @@ Gradio.Interface(
|
|
101 |
theme=custom_theme,
|
102 |
analytics_enabled=False,
|
103 |
css=".generating {visibility: hidden}"
|
104 |
-
).launch(
|
|
|
101 |
theme=custom_theme,
|
102 |
analytics_enabled=False,
|
103 |
css=".generating {visibility: hidden}"
|
104 |
+
).launch(show_api=True)
|