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