Spaces:
Runtime error
Runtime error
Commit
·
087746e
1
Parent(s):
7ddaf2b
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
time.sleep(0.05)
|
48 |
yield history
|
49 |
response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
50 |
-
bot,
|
51 |
)
|
52 |
response.then(lambda: gr.update(interactive=True), None, [msg], queue=False)
|
53 |
|
|
|
47 |
time.sleep(0.05)
|
48 |
yield history
|
49 |
response = msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
50 |
+
bot, chatbot, chatbot
|
51 |
)
|
52 |
response.then(lambda: gr.update(interactive=True), None, [msg], queue=False)
|
53 |
|