Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ description = "Upload images and click submit"
|
|
16 |
gr.Interface(
|
17 |
inference,
|
18 |
gr.inputs.Image(type="filepath", label="Input"),
|
19 |
-
gr.outputs.
|
20 |
).launch()
|
|
|
16 |
gr.Interface(
|
17 |
inference,
|
18 |
gr.inputs.Image(type="filepath", label="Input"),
|
19 |
+
gr.outputs.Image(type="pil", label="Output"),
|
20 |
).launch()
|