hadadrjt commited on
Commit
39e6933
·
1 Parent(s): 98abcc7

ai: zzzzzzz...

Browse files
Files changed (1) hide show
  1. jarvis.py +1 -1
jarvis.py CHANGED
@@ -187,7 +187,7 @@ def respond(multi_input, history, selected_model_display, sess):
187
  return repr(data)
188
  for character in ai_response:
189
  history[-1][1] += convert_to_string(character)
190
- time.sleep(0.0005)
191
  yield history, gr.MultimodalTextbox(value=None, interactive=True), sess
192
 
193
  def change_model(new_model_display):
 
187
  return repr(data)
188
  for character in ai_response:
189
  history[-1][1] += convert_to_string(character)
190
+ time.sleep(0.0001)
191
  yield history, gr.MultimodalTextbox(value=None, interactive=True), sess
192
 
193
  def change_model(new_model_display):