khang119966 commited on
Commit
74fb1d6
·
verified ·
1 Parent(s): 0a94fbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ We currently only support one image at the start of the context! Please start a
294
  for char in thinking:
295
  temp_text += char
296
  yield accumulated_text + temp_text + "\n</code></pre>\n"
297
- time.sleep(0.005)
298
 
299
  accumulated_text += temp_text + "\n</code></pre>\n"
300
 
 
294
  for char in thinking:
295
  temp_text += char
296
  yield accumulated_text + temp_text + "\n</code></pre>\n"
297
+ time.sleep(0.01)
298
 
299
  accumulated_text += temp_text + "\n</code></pre>\n"
300