Spaces:
Sleeping
Sleeping
Commit
·
ced6714
1
Parent(s):
50fdb6a
update
Browse files
app.py
CHANGED
@@ -74,11 +74,11 @@ def translate(video_file):
|
|
74 |
title = "ASL Translation (MoViNet + T5)"
|
75 |
examples = [
|
76 |
["videos/My second ASL professor's name was Will White.mp4", "My second ASL professor's name was Will White"],
|
77 |
-
["videos/Rainbows rainbows high up in the sky.mp4", "Rainbows rainbows high up in the sky"],
|
78 |
['videos/You are my sunshine.mp4', 'You are my sunshine'],
|
79 |
['videos/scrub your hands for at least 20 seconds.mp4', 'scrub your hands for at least 20 seconds'],
|
80 |
['videos/no.mp4', 'no'],
|
81 |
-
['videos/
|
|
|
82 |
]
|
83 |
|
84 |
description = "Gradio demo of word-level sign language classification using I3D model pretrained on the WLASL video dataset. " \
|
|
|
74 |
title = "ASL Translation (MoViNet + T5)"
|
75 |
examples = [
|
76 |
["videos/My second ASL professor's name was Will White.mp4", "My second ASL professor's name was Will White"],
|
|
|
77 |
['videos/You are my sunshine.mp4', 'You are my sunshine'],
|
78 |
['videos/scrub your hands for at least 20 seconds.mp4', 'scrub your hands for at least 20 seconds'],
|
79 |
['videos/no.mp4', 'no'],
|
80 |
+
['videos/all.mp4', 'all']
|
81 |
+
['videos/white.mp4', 'white']
|
82 |
]
|
83 |
|
84 |
description = "Gradio demo of word-level sign language classification using I3D model pretrained on the WLASL video dataset. " \
|