Spaces:
Build error
Build error
Commit ·
249513d
1
Parent(s): e30e53d
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ inputs_image = [
|
|
| 93 |
]
|
| 94 |
|
| 95 |
outputs_image = [
|
| 96 |
-
gr.components.Image(type="
|
| 97 |
]
|
| 98 |
|
| 99 |
# Create the Gradio demo
|
|
|
|
| 93 |
]
|
| 94 |
|
| 95 |
outputs_image = [
|
| 96 |
+
gr.components.Image(type="pil", label="Output Image"),
|
| 97 |
]
|
| 98 |
|
| 99 |
# Create the Gradio demo
|