Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -203,6 +203,6 @@ def rem_glass(input_img):
|
|
203 |
return Image.open('output/out.png')
|
204 |
|
205 |
|
206 |
-
demo = gr.Interface(rem_glass, gr.inputs.Image(type="pil"))
|
207 |
if __name__ == "__main__":
|
208 |
demo.launch()
|
|
|
203 |
return Image.open('output/out.png')
|
204 |
|
205 |
|
206 |
+
demo = gr.Interface(rem_glass, gr.inputs.Image(type="pil"), gr.outputs.Image(type="pil"),)
|
207 |
if __name__ == "__main__":
|
208 |
demo.launch()
|