ai: zzzzzzz...
Browse files
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.
|
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):
|