Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ def model_inference(input_dict, history):
|
|
| 125 |
thread.start()
|
| 126 |
|
| 127 |
# Yield an animated progress message
|
| 128 |
-
yield progress_bar_html("
|
| 129 |
|
| 130 |
buffer = ""
|
| 131 |
for new_text in streamer:
|
|
|
|
| 125 |
thread.start()
|
| 126 |
|
| 127 |
# Yield an animated progress message
|
| 128 |
+
yield progress_bar_html("Almost there, hold tight!")
|
| 129 |
|
| 130 |
buffer = ""
|
| 131 |
for new_text in streamer:
|