Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ def predict_fn(img):
|
|
19 |
save_image(out, 'out.png', normalize=True)
|
20 |
return 'out.png'
|
21 |
|
22 |
-
gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image'
|
|
|
19 |
save_image(out, 'out.png', normalize=True)
|
20 |
return 'out.png'
|
21 |
|
22 |
+
gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image').launch()
|