Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def resize_image(image):
|
|
| 9 |
|
| 10 |
iface = gr.Interface(fn=resize_image,
|
| 11 |
inputs=[gr.Image(type="pil")],
|
| 12 |
-
outputs=gr.Image(type="pil", label="
|
| 13 |
)
|
| 14 |
|
| 15 |
iface.launch()
|
|
|
|
| 9 |
|
| 10 |
iface = gr.Interface(fn=resize_image,
|
| 11 |
inputs=[gr.Image(type="pil")],
|
| 12 |
+
outputs=gr.Image(type="pil", label="360width Image")
|
| 13 |
)
|
| 14 |
|
| 15 |
iface.launch()
|