Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
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 |
|