chethu commited on
Commit
209f8c0
·
verified ·
1 Parent(s): 5d3b4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def get_pipeline_prediction(pil_image):
48
 
49
 
50
  demo = gr.Interface(
51
- fn=get_get+get_predictions,
52
  inputs=gr.Image(label="Input image",
53
  type="pil"),
54
  outputs=[gr.Image(label="Output image with predicted instances",
 
48
 
49
 
50
  demo = gr.Interface(
51
+ fn=get_predictions,
52
  inputs=gr.Image(label="Input image",
53
  type="pil"),
54
  outputs=[gr.Image(label="Output image with predicted instances",