akhaliq HF staff commited on
Commit
0f6574d
1 Parent(s): bd6c327

Update app.py

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