echarlaix HF Staff commited on
Commit
87fccd3
·
1 Parent(s): 8ecd8c8

add default examples

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  *.jpg filter=lfs diff=lfs merge=lfs -text
37
  *.png filter=lfs diff=lfs merge=lfs -text
38
  *.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
36
  *.jpg filter=lfs diff=lfs merge=lfs -text
37
  *.png filter=lfs diff=lfs merge=lfs -text
38
  *.mp4 filter=lfs diff=lfs merge=lfs -text
39
+ *.webp filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -210,6 +210,26 @@ examples = [
210
  "files": ["assets/dogs.jpg"],
211
  }
212
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  [
214
  {
215
  "text": "Describe this video",
 
210
  "files": ["assets/dogs.jpg"],
211
  }
212
  ],
213
+ [
214
+ {
215
+ "text": "Give me a short and easy recipe for this dish",
216
+ "files": ["assets/recipe_burger.webp"],
217
+ }
218
+ ],
219
+
220
+ [
221
+ {
222
+ "text": "I want to go somewhere similar to the one in the photo. Give me destinations and travel tips",
223
+ "files": ["assets/travel_tips.jpg"],
224
+ }
225
+ ],
226
+
227
+ [
228
+ {
229
+ "text": "As an art critic AI assistant, could you describe this painting in details and make a thorough critic?",
230
+ "files": ["assets/art_critic.png"],
231
+ }
232
+ ],
233
  [
234
  {
235
  "text": "Describe this video",
assets/art_critic.png ADDED

Git LFS Details

  • SHA256: ce625047472202ae8c6c35a0f658537da6f2bc6948490ca092da8ab3af5503d9
  • Pointer size: 130 Bytes
  • Size of remote file: 87.1 kB
assets/recipe_burger.webp ADDED

Git LFS Details

  • SHA256: 0f418b06644b4dc5eb0f88469c8f1a93cf4df7925cc4f3c50e70ddc63b94818b
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
assets/travel_tips.jpg ADDED

Git LFS Details

  • SHA256: 432c5fbd4fd3a3c51ded9b28764b57ff21057296a1da124d41db62c906e13e89
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB