Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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
|
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 |
# 右側 - 結果顯示區
|