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

Rename app (1).py to app.py

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