Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
a9ebf4a
1
Parent(s):
71f21fd
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ with gr.Blocks() as app:
|
|
31 |
clear = gr.ClearButton([query, chatbot])
|
32 |
query.submit(response, [query, chatbot], [query, chatbot], queue=True)
|
33 |
|
34 |
-
app.launch()
|
|
|
31 |
clear = gr.ClearButton([query, chatbot])
|
32 |
query.submit(response, [query, chatbot], [query, chatbot], queue=True)
|
33 |
|
34 |
+
app.launch()
|