Spaces:
Runtime error
Runtime error
Commit
·
afce970
1
Parent(s):
362659d
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ def predict_fn(img):
|
|
21 |
save_image(out, 'out.png', normalize=True)
|
22 |
return 'out.png'
|
23 |
|
24 |
-
gr.Interface(predict_fn, inputs="sketchpad", outputs='image', examples=[['sample.
|
|
|
21 |
save_image(out, 'out.png', normalize=True)
|
22 |
return 'out.png'
|
23 |
|
24 |
+
gr.Interface(predict_fn, inputs="sketchpad", outputs='image', examples=[['sample.jpg']]).launch()
|