Spaces:
Running
Running
Remove API link
Browse files
app.py
CHANGED
|
@@ -294,4 +294,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green")) as demo:
|
|
| 294 |
outputs=[description_html, chatbot]
|
| 295 |
)
|
| 296 |
|
| 297 |
-
demo.launch(ssr_mode=False)
|
|
|
|
| 294 |
outputs=[description_html, chatbot]
|
| 295 |
)
|
| 296 |
|
| 297 |
+
demo.launch(ssr_mode=False, show_api=False)
|