Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,4 +66,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 66 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 67 |
gr.Markdown(footnote)
|
| 68 |
|
| 69 |
-
demo.launch(
|
|
|
|
| 66 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 67 |
gr.Markdown(footnote)
|
| 68 |
|
| 69 |
+
demo.launch()
|