Update app.py
Browse files
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 |
-
"
|
| 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
|
| 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 |
]
|