prithivMLmods commited on
Commit
94bc9c0
·
verified ·
1 Parent(s): ea33f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def model_inference(input_dict, history):
88
 
89
  # Stream the output
90
  buffer = ""
91
- yield "Thinking..."
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)