Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,9 @@ with gr.Blocks() as demo:
|
|
123 |
|
124 |
gr.Examples(
|
125 |
examples=[
|
126 |
-
"
|
127 |
-
"
|
128 |
-
"
|
129 |
],
|
130 |
inputs=input_image,
|
131 |
label="Or try one of these examples",
|
|
|
123 |
|
124 |
gr.Examples(
|
125 |
examples=[
|
126 |
+
"sample1.tif",
|
127 |
+
"sample2.tif",
|
128 |
+
"sample3.tif"
|
129 |
],
|
130 |
inputs=input_image,
|
131 |
label="Or try one of these examples",
|