Spaces:
Running on Zero
Running on Zero
Commit ·
f9d20f4
1
Parent(s): 4e65921
fix filename
Browse files
app.py
CHANGED
|
@@ -226,12 +226,12 @@ with gr.Blocks() as demo:
|
|
| 226 |
gr.Markdown("### Image Examples")
|
| 227 |
gr.Examples(
|
| 228 |
examples=[
|
| 229 |
-
[["example-images/example-1.
|
| 230 |
-
[["example-images/example-2.
|
| 231 |
-
[["example-images/example-3.
|
| 232 |
-
[["example-images/example-4.
|
| 233 |
-
[["example-images/example-5.
|
| 234 |
-
[["example-images/example-6.
|
| 235 |
],
|
| 236 |
inputs=[images_input, input_text],
|
| 237 |
label="Image Pointing Examples",
|
|
|
|
| 226 |
gr.Markdown("### Image Examples")
|
| 227 |
gr.Examples(
|
| 228 |
examples=[
|
| 229 |
+
[["example-images/example-1.png"], "open the attachment folder"],
|
| 230 |
+
[["example-images/example-2.png"], "check new york knicks"],
|
| 231 |
+
[["example-images/example-3.jpg"], "change the smoothing percentage"],
|
| 232 |
+
[["example-images/example-4.png"], "click the cell F-11"],
|
| 233 |
+
[["example-images/example-5.png"], "point to section 303"],
|
| 234 |
+
[["example-images/example-6.jpg"], "change profile photo"],
|
| 235 |
],
|
| 236 |
inputs=[images_input, input_text],
|
| 237 |
label="Image Pointing Examples",
|