DawnC commited on
Commit
0137ce3
·
verified ·
1 Parent(s): 611206a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -385,13 +385,13 @@ def create_interface():
385
  gr.HTML('<div class="section-heading">How to Use</div>')
386
  gr.Markdown("""
387
  1. Upload an image or use the camera
388
- 2. Adjust confidence threshold if needed
389
  3. Optionally filter to specific object classes
390
  4. Click "Detect Objects" button
391
 
392
  The model will identify objects in your image and display them with bounding boxes.
393
 
394
- **Note:** Detection quality depends on image clarity and object visibility. The model can detect up to 80 different types of common objects.
395
  """)
396
 
397
  # 右側 - 結果顯示區
 
385
  gr.HTML('<div class="section-heading">How to Use</div>')
386
  gr.Markdown("""
387
  1. Upload an image or use the camera
388
+ 2. (Optional) Adjust settings like confidence threshold or model size (n, m, x)
389
  3. Optionally filter to specific object classes
390
  4. Click "Detect Objects" button
391
 
392
  The model will identify objects in your image and display them with bounding boxes.
393
 
394
+ **Note:** Detection quality depends on image clarity and model settings.
395
  """)
396
 
397
  # 右側 - 結果顯示區