Spaces:
Running
Running
Anthony Liang commited on
Commit ·
7097e14
1
Parent(s): 88e2e89
update language
Browse files
app.py
CHANGED
|
@@ -38,10 +38,10 @@ _EXAMPLES_DIR = Path(__file__).resolve().parent / "examples"
|
|
| 38 |
def _progress_examples():
|
| 39 |
"""Progress tab examples from examples/progress/*.mp4 (video path, task)."""
|
| 40 |
tasks = [
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
]
|
| 46 |
out = []
|
| 47 |
progress_dir = _EXAMPLES_DIR / "progress"
|
|
|
|
| 38 |
def _progress_examples():
|
| 39 |
"""Progress tab examples from examples/progress/*.mp4 (video path, task)."""
|
| 40 |
tasks = [
|
| 41 |
+
"Open the red drawer",
|
| 42 |
+
"Put the green block in the brown bowl",
|
| 43 |
+
"Put the apple on the tray",
|
| 44 |
+
"Put the marker in the holder",
|
| 45 |
]
|
| 46 |
out = []
|
| 47 |
progress_dir = _EXAMPLES_DIR / "progress"
|