Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -172,4 +172,4 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
172 |
gr.Examples(EXAMPLES, [chat_input])
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
-
demo.queue(api_open=False).launch(show_api=False, share=False)
|
|
|
172 |
gr.Examples(EXAMPLES, [chat_input])
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
+
demo.queue(api_open=False).launch(show_api=False, share=False)
|