Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
celestialli
/
chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
celestialli
commited on
Aug 18, 2023
Commit
0237371
·
1 Parent(s):
2754231
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,7 +33,7 @@ def get_remote_stream(query, chatbot):
33
break
34
35
yield history, ""
36
-
time.sleep(
1
)
37
38
39
with gr.Blocks() as demo:
33
break
34
35
yield history, ""
36
+
time.sleep(
0.5
)
37
38
39
with gr.Blocks() as demo: