akhaliq HF staff commited on
Commit
0661d6b
1 Parent(s): 946671f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,5 +120,5 @@ def inference(img):
120
 
121
  title="Mask R-CNN"
122
  description="This model is a real-time neural network for object instance segmentation that detects 80 different classes."
123
- examples=[["examplefcn.png"]]
124
  gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="file"),title=title,description=description,examples=examples).launch(enable_queue=True)
120
 
121
  title="Mask R-CNN"
122
  description="This model is a real-time neural network for object instance segmentation that detects 80 different classes."
123
+ examples=[["examplemask-rcnn.jpeg"]]
124
  gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="file"),title=title,description=description,examples=examples).launch(enable_queue=True)