Spaces:
Running
on
Zero
Running
on
Zero
added examples
Browse files
app.py
CHANGED
@@ -567,14 +567,15 @@ This app uses TTIC's foundation model SHuBERT (introduced in an ACL 2025 paper,
|
|
567 |
title="ASL Video to English Text Translation",
|
568 |
description=description,
|
569 |
article="",
|
|
|
570 |
allow_flagging="never"
|
571 |
)
|
572 |
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
|
579 |
return interface
|
580 |
|
|
|
567 |
title="ASL Video to English Text Translation",
|
568 |
description=description,
|
569 |
article="",
|
570 |
+
examples=dailymoth_pathlist,
|
571 |
allow_flagging="never"
|
572 |
)
|
573 |
|
574 |
+
# gr.Examples(
|
575 |
+
# examples=dailymoth_pathlist,
|
576 |
+
# inputs=video_input,
|
577 |
+
# label="Click a video to try an example"
|
578 |
+
# )
|
579 |
|
580 |
return interface
|
581 |
|