Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ with gr.Blocks() as demo:
|
|
39 |
bot, chatbot, chatbot
|
40 |
)
|
41 |
clear.click(lambda: None, None, chatbot, queue=False)
|
42 |
-
|
43 |
demo.queue()
|
44 |
demo.launch()
|
|
|
39 |
bot, chatbot, chatbot
|
40 |
)
|
41 |
clear.click(lambda: None, None, chatbot, queue=False)
|
42 |
+
|
43 |
demo.queue()
|
44 |
demo.launch()
|