Spaces:
Runtime error
Runtime error
trying to display example image
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ def image_mod(image):
|
|
7 |
inp = gr.inputs.Image(label="Input Image", type="pil")
|
8 |
out = gr.outputs.Image()
|
9 |
|
10 |
-
iface = gr.Interface(image_mod, inputs=inp, outputs=out, examples=[["C
|
11 |
iface.launch()
|
|
|
7 |
inp = gr.inputs.Image(label="Input Image", type="pil")
|
8 |
out = gr.outputs.Image()
|
9 |
|
10 |
+
iface = gr.Interface(image_mod, inputs=inp, outputs=out, examples=[["C:/Users/pineapples/Documents/research/Modeling-Uncertainty-Local-Explainability/Modeling-Uncertainty-in-Explainability-Demo/imagenet_diego.png"]])
|
11 |
iface.launch()
|