Spaces:
Building
on
Zero
Building
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
|
|
160 |
)
|
161 |
chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
|
162 |
|
163 |
-
demo.launch(
|
|
|
160 |
)
|
161 |
chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
|
162 |
|
163 |
+
demo.launch(show_api=False)
|