paascorb commited on
Commit
8c57985
1 Parent(s): 772b566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,5 +35,4 @@ def predict(img):
35
  mask=np.reshape(mask,(480,640))
36
  return Image.fromarray(mask.astype('uint8'))
37
 
38
- gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=outputs=[gr.outputs.Image(type="pil", label="VFNet Inference")],
39
- examples=['color_155.jpg','color_154.jpg']).launch(share=False)
 
35
  mask=np.reshape(mask,(480,640))
36
  return Image.fromarray(mask.astype('uint8'))
37
 
38
+ gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=outputs=[gr.outputs.Image(type="pil", label="Predicción")], examples=['color_155.jpg','color_154.jpg']).launch(share=False)