Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Antoine245
/
bot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Antoine245
commited on
Jun 22, 2023
Commit
412c024
·
1 Parent(s):
d679045
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,6 +46,6 @@ with gr.Blocks() as demo:
46
time.sleep(2)
47
return messages
48
49
-
msg.submit(respond,
chatbot
,chatbot)
50
51
demo.launch()
46
time.sleep(2)
47
return messages
48
49
+
msg.submit(respond,
[msg
,
chatbot
]
)
50
51
demo.launch()