deanna-emery commited on
Commit
fb330aa
1 Parent(s): c1e2a6a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,11 +77,11 @@ def translate(video_file):
77
  # Gradio App config
78
  title = "ASL Translation (MoViNet + T5)"
79
  examples = [
80
- ['videos/no.mp4', 'no'],
81
  ['videos/all.mp4', 'all'],
 
82
  ['videos/before.mp4', 'before'],
83
  ['videos/blue.mp4', 'blue'],
84
- ['videos/white.mp4', 'white'],
85
  ['videos/accident2.mp4', 'accident']
86
  ]
87
 
 
77
  # Gradio App config
78
  title = "ASL Translation (MoViNet + T5)"
79
  examples = [
 
80
  ['videos/all.mp4', 'all'],
81
+ ['videos/white.mp4', 'white'],
82
  ['videos/before.mp4', 'before'],
83
  ['videos/blue.mp4', 'blue'],
84
+ ['videos/no.mp4', 'no'],
85
  ['videos/accident2.mp4', 'accident']
86
  ]
87