Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def get_pipeline_prediction(pil_image):
|
|
48 |
|
49 |
|
50 |
demo = gr.Interface(
|
51 |
-
fn=
|
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",
|