Spaces:
Runtime error
Runtime error
Update gradio.app.py
Browse files- gradio.app.py +1 -0
gradio.app.py
CHANGED
|
@@ -25,6 +25,7 @@ iface = gr.Interface(
|
|
| 25 |
outputs=gr.components.Image(),
|
| 26 |
title="YOLOv5s-TT100K Object Detection",
|
| 27 |
description="Upload an image to run object detection using YOLOv5s-TT100K."
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
# Run the Gradio app
|
|
|
|
| 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 |
|
| 31 |
# Run the Gradio app
|