Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
·
c304179
1
Parent(s):
640852d
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ demo = gr.Interface(
|
|
31 |
["text", "state"],
|
32 |
[chatbot, "state"],
|
33 |
allow_flagging="never",
|
34 |
-
live=True
|
35 |
)
|
36 |
|
37 |
demo.launch(debug = True)
|
|
|
31 |
["text", "state"],
|
32 |
[chatbot, "state"],
|
33 |
allow_flagging="never",
|
|
|
34 |
)
|
35 |
|
36 |
demo.launch(debug = True)
|