Spaces:
Sleeping
Sleeping
Commit
·
3013c8f
1
Parent(s):
dbc6d1e
updates
Browse files
app.py
CHANGED
@@ -77,12 +77,12 @@ def translate(video_file):
|
|
77 |
# Gradio App config
|
78 |
title = "ASL Translation (MoViNet + T5)"
|
79 |
examples = [
|
80 |
-
["videos/My_second_ASL_professors_name_was_Will_White.mp4"
|
81 |
['videos/You_are_my_sunshine.mp4'],
|
82 |
['videos/scrub_your_hands_for_at_least_20_seconds.mp4'],
|
83 |
['videos/no.mp4'],
|
84 |
-
['videos/all.mp4']
|
85 |
-
['videos/white.mp4']
|
86 |
]
|
87 |
# examples = [
|
88 |
# ['videos/all.mp4', 'all'],
|
|
|
77 |
# Gradio App config
|
78 |
title = "ASL Translation (MoViNet + T5)"
|
79 |
examples = [
|
80 |
+
["videos/My_second_ASL_professors_name_was_Will_White.mp4"],
|
81 |
['videos/You_are_my_sunshine.mp4'],
|
82 |
['videos/scrub_your_hands_for_at_least_20_seconds.mp4'],
|
83 |
['videos/no.mp4'],
|
84 |
+
['videos/all.mp4'],
|
85 |
+
['videos/white.mp4'],
|
86 |
]
|
87 |
# examples = [
|
88 |
# ['videos/all.mp4', 'all'],
|