hasibzunair commited on
Commit
0276b46
1 Parent(s): cd00e14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def inference(img_path):
78
 
79
 
80
  # Define ins outs placeholders
81
- inputs = gr.inputs.Image(type="filepath", label="Input Image")
82
 
83
  # Define style
84
  title = "Learning to Recognize Occluded and Small Objects with Partial Inputs"
 
78
 
79
 
80
  # Define ins outs placeholders
81
+ inputs = gr.components.Image(type="filepath", label="Input Image")
82
 
83
  # Define style
84
  title = "Learning to Recognize Occluded and Small Objects with Partial Inputs"