Spaces:
Sleeping
Sleeping
Commit
·
f079f63
1
Parent(s):
5a46991
Corrected example image path
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def gradio_fn(pil_input_img):
|
|
38 |
return np_img_array
|
39 |
|
40 |
example1 = './broadway_tower_rgb.jpeg'
|
41 |
-
example2 = '
|
42 |
examples = [[example1, 0.5, -1], [example2, 0.5, -1]]
|
43 |
|
44 |
demo = gr.Interface(fn=gradio_fn,
|
|
|
38 |
return np_img_array
|
39 |
|
40 |
example1 = './broadway_tower_rgb.jpeg'
|
41 |
+
example2 = './jeep.jpeg'
|
42 |
examples = [[example1, 0.5, -1], [example2, 0.5, -1]]
|
43 |
|
44 |
demo = gr.Interface(fn=gradio_fn,
|