Commit
•
35c4284
1
Parent(s):
aff5e12
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def predict(message, chatbot):
|
|
25 |
|
26 |
return response
|
27 |
|
28 |
-
interface = gr.ChatInterface(predict).queue(
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
gr.Markdown("""
|
|
|
25 |
|
26 |
return response
|
27 |
|
28 |
+
interface = gr.ChatInterface(predict).queue()
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
gr.Markdown("""
|