Spaces:
Runtime error
Runtime error
Commit
·
5c8569f
1
Parent(s):
b7e909d
Update app.py
Browse files
app.py
CHANGED
@@ -156,4 +156,4 @@ with gr.Blocks() as demo:
|
|
156 |
clear.click(lambda: None, None, chatbot, queue=False)
|
157 |
|
158 |
# Launch the Gradio interface
|
159 |
-
demo.launch(
|
|
|
156 |
clear.click(lambda: None, None, chatbot, queue=False)
|
157 |
|
158 |
# Launch the Gradio interface
|
159 |
+
demo.launch()
|