sam-motamed commited on
Commit
8a9219c
·
verified ·
1 Parent(s): 83310f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -242,13 +242,13 @@ EXAMPLES = [
242
  [
243
  os.path.join(SAMPLE_DIR, "crush-can", "input_video.mp4"),
244
  os.path.join(SAMPLE_DIR, "crush-can", "quadmask_0.mp4"),
245
- "An empty table.",
246
  30, 1.0, 42,
247
  ],
248
  [
249
  os.path.join(SAMPLE_DIR, "toast-shmello", "input_video.mp4"),
250
  os.path.join(SAMPLE_DIR, "toast-shmello", "quadmask_0.mp4"),
251
- "A plate on the table.",
252
  30, 1.0, 42,
253
  ],
254
  ]
 
242
  [
243
  os.path.join(SAMPLE_DIR, "crush-can", "input_video.mp4"),
244
  os.path.join(SAMPLE_DIR, "crush-can", "quadmask_0.mp4"),
245
+ "A soda can on the table.",
246
  30, 1.0, 42,
247
  ],
248
  [
249
  os.path.join(SAMPLE_DIR, "toast-shmello", "input_video.mp4"),
250
  os.path.join(SAMPLE_DIR, "toast-shmello", "quadmask_0.mp4"),
251
+ "A masrshmallow dessert.",
252
  30, 1.0, 42,
253
  ],
254
  ]