cxeep commited on
Commit
7798db4
·
verified ·
1 Parent(s): 4074243

Update gradio.app.py

Browse files
Files changed (1) hide show
  1. 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