Spaces:
Runtime error
Runtime error
bhadresh-savani
commited on
Commit
·
50d0609
1
Parent(s):
5d9e883
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ def predict_fn(img):
|
|
20 |
save_image(out, 'out.png', normalize=True)
|
21 |
return 'out.png'
|
22 |
|
23 |
-
gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['sample.jpg'], ['sample2.jpeg'], ['sample3.jpg']]).launch(
|
|
|
20 |
save_image(out, 'out.png', normalize=True)
|
21 |
return 'out.png'
|
22 |
|
23 |
+
gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['sample.jpg'], ['sample2.jpeg'], ['sample3.jpg']]).launch()
|