LouisLi commited on
Commit
5cd1774
·
verified ·
1 Parent(s): 67e7d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -371,13 +371,13 @@ def create_ui():
371
  description = """<p>Gradio demo for EyeSee Anything in Art, image to dense captioning generation with various language styles. To use it, simply upload your image, or click one of the examples to load them. """
372
 
373
  examples = [
374
- ["test_images/img35.webp"],
375
- ["test_images/img2.jpg"],
 
376
  ["test_images/img5.jpg"],
377
- ["test_images/img12.jpg"],
378
  ["test_images/img14.jpg"],
379
  ["test_images/qingming3.jpeg"],
380
- ["test_images/img1.jpg"],
381
  ]
382
 
383
  with gr.Blocks(
 
371
  description = """<p>Gradio demo for EyeSee Anything in Art, image to dense captioning generation with various language styles. To use it, simply upload your image, or click one of the examples to load them. """
372
 
373
  examples = [
374
+ ["test_images/img36.webp"],
375
+ ["test_images/MUS.png"],
376
+ ["test_images/图片2.png"],
377
  ["test_images/img5.jpg"],
 
378
  ["test_images/img14.jpg"],
379
  ["test_images/qingming3.jpeg"],
380
+
381
  ]
382
 
383
  with gr.Blocks(