maxiw commited on
Commit
3162c17
1 Parent(s): f130867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,9 +108,9 @@ with gr.Blocks(css=css) as demo:
108
  """
109
  # Qwen2-VL Object Detection Demo
110
 
111
- Use the Qwen2-VL model to detect objects in an image.
112
 
113
- Usage: Use the keyword "detect" and a description of the target (see examples below).
114
  """)
115
  with gr.Tab(label="Qwen2-VL Input"):
116
  with gr.Row():
 
108
  """
109
  # Qwen2-VL Object Detection Demo
110
 
111
+ Use the Qwen2-VL models to detect objects in an image. The 7B variant seems to work much better.
112
 
113
+ **Usage**: Use the keyword "detect" and a description of the target (see examples below).
114
  """)
115
  with gr.Tab(label="Qwen2-VL Input"):
116
  with gr.Row():