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

Update gradio.app.py

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