Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,8 @@ def get_output(image):
|
|
214 |
# else:
|
215 |
return image
|
216 |
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
214 |
# else:
|
215 |
return image
|
216 |
|
217 |
+
|
218 |
+
gr.Interface(fn=get_output,
|
219 |
+
inputs=gr.Image(type = "pil", label="Your image"),
|
220 |
+
outputs="image"
|
221 |
+
).launch(debug=True)
|