Spaces:
Sleeping
Sleeping
Commit
·
53a99e5
1
Parent(s):
9cbe885
updates
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ description = "Gradio demo of word-level sign language classification using I3
|
|
| 83 |
|
| 84 |
|
| 85 |
examples = [
|
| 86 |
-
["videos/My_second_ASL_professors_name_was_Will_White.mp4, My second ASL professor's name was Will White"],
|
| 87 |
['videos/You_are_my_sunshine.mp4', 'You are my sunshine'],
|
| 88 |
['videos/scrub_your_hands_for_at_least_20_seconds.mp4', 'scrub your hands for at least 20 seconds'],
|
| 89 |
['videos/no.mp4', 'no'],
|
|
|
|
| 83 |
|
| 84 |
|
| 85 |
examples = [
|
| 86 |
+
["videos/My_second_ASL_professors_name_was_Will_White.mp4", "My second ASL professor's name was Will White"],
|
| 87 |
['videos/You_are_my_sunshine.mp4', 'You are my sunshine'],
|
| 88 |
['videos/scrub_your_hands_for_at_least_20_seconds.mp4', 'scrub your hands for at least 20 seconds'],
|
| 89 |
['videos/no.mp4', 'no'],
|