Spaces:
Build error
Build error
init
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ article = ""
|
|
131 |
|
132 |
gr.Interface(
|
133 |
process,
|
134 |
-
[gr.inputs.Image(type="
|
135 |
],
|
136 |
gr.outputs.Image(type="pil", label="Output"),
|
137 |
title=title,
|
|
|
131 |
|
132 |
gr.Interface(
|
133 |
process,
|
134 |
+
[gr.inputs.Image(type="file", label="Input")
|
135 |
],
|
136 |
gr.outputs.Image(type="pil", label="Output"),
|
137 |
title=title,
|