Spaces:
Runtime error
Runtime error
Update gradio.app.py
Browse files- gradio.app.py +1 -1
gradio.app.py
CHANGED
|
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
| 24 |
inputs=gr.components.Image(),
|
| 25 |
outputs=gr.components.Image(),
|
| 26 |
title="YOLOv5s-TT100K Object Detection",
|
| 27 |
-
description="Upload an image to run object detection using YOLOv5s-TT100K."
|
| 28 |
flagging_dir="/tmp/flagged" # Set a writable directory for flagging
|
| 29 |
)
|
| 30 |
|
|
|
|
| 24 |
inputs=gr.components.Image(),
|
| 25 |
outputs=gr.components.Image(),
|
| 26 |
title="YOLOv5s-TT100K Object Detection",
|
| 27 |
+
description="Upload an image to run object detection using YOLOv5s-TT100K.",
|
| 28 |
flagging_dir="/tmp/flagged" # Set a writable directory for flagging
|
| 29 |
)
|
| 30 |
|