joaomorossini commited on
Commit
a8c5eed
1 Parent(s): 89ffa61

Update app.py

Browse files

Added example images

Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -87,6 +87,13 @@ demo = gr.Interface(
87
  title="COMPARE DIFFERENT IMAGE CAPTIONING MODELS",
88
  description="Upload an image and see how different models caption it",
89
  allow_flagging="never",
 
 
 
 
 
 
 
90
  )
91
 
92
  demo.launch(share=True, debug=True)
 
87
  title="COMPARE DIFFERENT IMAGE CAPTIONING MODELS",
88
  description="Upload an image and see how different models caption it",
89
  allow_flagging="never",
90
+ examples=[
91
+ "example_1.jpg",
92
+ "example_2.jpg",
93
+ "example_3.jpg",
94
+ "example_4.jpg",
95
+ "example_5.png",
96
+ ],
97
  )
98
 
99
  demo.launch(share=True, debug=True)