Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DylanonWic
/
School-chatbots
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DylanonWic
commited on
Aug 19, 2024
Commit
7247954
·
verified
·
1 Parent(s):
bf47bea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ def slow_echo_chat(message, history):
13
14
15
# gr.ChatInterface(chat).launch()
16
-
gr.ChatInterface(
slow_echo_chat
).launch()
13
14
15
# gr.ChatInterface(chat).launch()
16
+
gr.ChatInterface(
chat
).launch()