ehristoforu
commited on
Commit
•
893f8a9
1
Parent(s):
fa4fc82
Update app (15).py
Browse files- app (15).py +1 -1
app (15).py
CHANGED
@@ -424,4 +424,4 @@ with gr.Blocks(analytics_enabled=False, css="style.css") as demo:
|
|
424 |
selected_model.change(clear_chat, outputs=[chatbot, history])
|
425 |
# share_button.click(None, [], [], _js=share_js)
|
426 |
|
427 |
-
demo.queue(concurrency_count=16).launch(
|
|
|
424 |
selected_model.change(clear_chat, outputs=[chatbot, history])
|
425 |
# share_button.click(None, [], [], _js=share_js)
|
426 |
|
427 |
+
demo.queue(concurrency_count=16).launch(show_api=False)
|