Spaces:
Runtime error
Runtime error
Commit ·
36f41c8
1
Parent(s): 431a527
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,4 +78,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="pink", ne
|
|
| 78 |
)
|
| 79 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 80 |
|
| 81 |
-
demo.launch(
|
|
|
|
| 78 |
)
|
| 79 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 80 |
|
| 81 |
+
demo.launch()
|