Spaces:
Runtime error
Runtime error
bhadresh-savani
commited on
Commit
·
f905971
1
Parent(s):
33e2330
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.
|
|
|
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.jpg'], ['sample3.jpg']]).launch()
|