Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ iface = gr.Interface(
|
|
| 38 |
gr.Image(type="pil", label="Input Image", height=512),
|
| 39 |
gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
|
| 40 |
],
|
| 41 |
-
outputs=gr.Image(type="pil", label="Output Image"),
|
| 42 |
description=description,
|
| 43 |
theme='bethecloud/storj_theme',
|
| 44 |
examples=[
|
|
|
|
| 38 |
gr.Image(type="pil", label="Input Image", height=512),
|
| 39 |
gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
|
| 40 |
],
|
| 41 |
+
outputs=gr.Image(type="pil", label="Output Image", height=512),
|
| 42 |
description=description,
|
| 43 |
theme='bethecloud/storj_theme',
|
| 44 |
examples=[
|