celestialli commited on
Commit
0237371
·
1 Parent(s): 2754231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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: