Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,17 +51,17 @@ demo = gr.Interface(
|
|
| 51 |
gr.Image(
|
| 52 |
label="Input image",
|
| 53 |
image_mode="RGB",
|
| 54 |
-
height=400,
|
| 55 |
type="numpy",
|
| 56 |
-
|
| 57 |
)
|
| 58 |
],
|
| 59 |
outputs=[
|
| 60 |
gr.Image(
|
| 61 |
label="Model Prediction",
|
| 62 |
image_mode="RGB",
|
| 63 |
-
height=400,
|
| 64 |
-
|
| 65 |
)
|
| 66 |
],
|
| 67 |
# examples=[
|
|
|
|
| 51 |
gr.Image(
|
| 52 |
label="Input image",
|
| 53 |
image_mode="RGB",
|
| 54 |
+
# height=400,
|
| 55 |
type="numpy",
|
| 56 |
+
# width=400,
|
| 57 |
)
|
| 58 |
],
|
| 59 |
outputs=[
|
| 60 |
gr.Image(
|
| 61 |
label="Model Prediction",
|
| 62 |
image_mode="RGB",
|
| 63 |
+
# height=400,
|
| 64 |
+
# width=400,
|
| 65 |
)
|
| 66 |
],
|
| 67 |
# examples=[
|