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