Spaces:
Running
on
Zero
Running
on
Zero
added examples
Browse files
app.py
CHANGED
|
@@ -555,8 +555,8 @@ This app uses TTIC's foundation model SHuBERT (introduced in an ACL 2025 paper,
|
|
| 555 |
|
| 556 |
dailymoth_pathlist = download_example_videos()
|
| 557 |
|
| 558 |
-
|
| 559 |
-
|
| 560 |
|
| 561 |
|
| 562 |
|
|
|
|
| 555 |
|
| 556 |
dailymoth_pathlist = download_example_videos()
|
| 557 |
|
| 558 |
+
video_input = gr.Video(label="ASL Video (under 20 seconds)", format="mp4", height=480, width=640)
|
| 559 |
+
text_output = gr.Textbox(label="English Translation", lines=5)
|
| 560 |
|
| 561 |
|
| 562 |
|