Sa-m commited on
Commit
1a77fef
·
1 Parent(s): 512f85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def detect(inp):
10
  return f"./yolov7/runs/detect/exp/{otp}"
11
 
12
  inp = gr.inputs.Image(type="filepath", label="Input")
13
- output = gr.outputs.Textbox()
14
  #Image(type="filepath", label="Output")
15
 
16
 
 
10
  return f"./yolov7/runs/detect/exp/{otp}"
11
 
12
  inp = gr.inputs.Image(type="filepath", label="Input")
13
+ output = gr.outputs.Image(type="filepath", label="Output")
14
  #Image(type="filepath", label="Output")
15
 
16