hysts HF staff commited on
Commit
17cfa6f
Β·
1 Parent(s): 79f86c4

Update media file paths

Browse files
.gitattributes CHANGED
@@ -35,4 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  *.png filter=lfs diff=lfs merge=lfs -text
37
  *.whl filter=lfs diff=lfs merge=lfs -text
38
- assets/sample-images/tmp.mp4 filter=lfs diff=lfs merge=lfs -text
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  *.png filter=lfs diff=lfs merge=lfs -text
37
  *.whl filter=lfs diff=lfs merge=lfs -text
38
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -206,19 +206,19 @@ examples = [
206
  [
207
  {
208
  "text": "Write the matplotlib code to generate the same bar chart.",
209
- "files": ["assets/sample-images/barchart.png"],
210
  }
211
  ],
212
  [
213
  {
214
  "text": "What is odd about this video?",
215
- "files": ["assets/sample-images/tmp.mp4"],
216
  }
217
  ],
218
  [
219
  {
220
  "text": "I already have this supplement <image> and I want to buy this one <image>. Any warnings I should know about?",
221
- "files": ["assets/sample-images/pill1.png", "assets/sample-images/pill2.png"],
222
  }
223
  ],
224
  [
 
206
  [
207
  {
208
  "text": "Write the matplotlib code to generate the same bar chart.",
209
+ "files": ["assets/additional-examples/barchart.png"],
210
  }
211
  ],
212
  [
213
  {
214
  "text": "What is odd about this video?",
215
+ "files": ["assets/additional-examples/tmp.mp4"],
216
  }
217
  ],
218
  [
219
  {
220
  "text": "I already have this supplement <image> and I want to buy this one <image>. Any warnings I should know about?",
221
+ "files": ["assets/additional-examples/pill1.png", "assets/additional-examples/pill2.png"],
222
  }
223
  ],
224
  [
assets/{sample-images β†’ additional-examples}/barchart.png RENAMED
File without changes
assets/{sample-images β†’ additional-examples}/pill1.png RENAMED
File without changes
assets/{sample-images β†’ additional-examples}/pill2.png RENAMED
File without changes
assets/{sample-images β†’ additional-examples}/tmp.mp4 RENAMED
File without changes