Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def model_inference(input_dict, history):
|
|
88 |
|
89 |
# Stream the output
|
90 |
buffer = ""
|
91 |
-
yield "
|
92 |
for new_text in streamer:
|
93 |
buffer += new_text
|
94 |
time.sleep(0.01)
|
|
|
88 |
|
89 |
# Stream the output
|
90 |
buffer = ""
|
91 |
+
yield progress_bar_html("Processing with Qwen2.5VL Model")
|
92 |
for new_text in streamer:
|
93 |
buffer += new_text
|
94 |
time.sleep(0.01)
|