jamepark3922 commited on
Commit
f9d20f4
·
1 Parent(s): 4e65921

fix filename

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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.jpeg"], "open the attachment folder"],
230
- [["example-images/example-2.jpeg"], "check new york knicks"],
231
- [["example-images/example-3.jpeg"], "change the smoothing percentage"],
232
- [["example-images/example-4.jpeg"], "click the cell F-11"],
233
- [["example-images/example-5.jpeg"], "point to section 303"],
234
- [["example-images/example-6.jpeg"], "change profile photo"],
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",