Spaces:
Sleeping
Sleeping
Rename app (1).py to app.py
Browse files- 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=
|
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",
|