Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,7 @@ with gr.Blocks() as demo:
|
|
49 |
bot, chatbot, chatbot
|
50 |
)
|
51 |
clear.click(lambda: None, None, chatbot, queue=False)
|
52 |
-
|
|
|
53 |
demo.queue()
|
54 |
demo.launch()
|
|
|
49 |
bot, chatbot, chatbot
|
50 |
)
|
51 |
clear.click(lambda: None, None, chatbot, queue=False)
|
52 |
+
|
53 |
+
|
54 |
demo.queue()
|
55 |
demo.launch()
|