ShesterG commited on
Commit
7e402b1
·
1 Parent(s): ced046a

added examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -555,8 +555,8 @@ This app uses TTIC's foundation model SHuBERT (introduced in an ACL 2025 paper,
555
 
556
  dailymoth_pathlist = download_example_videos()
557
 
558
- video_input = gr.Video(label="ASL Video (under 20 seconds)", format="mp4", height=480, width=640)
559
- text_output = gr.Textbox(label="English Translation", lines=5)
560
 
561
 
562
 
 
555
 
556
  dailymoth_pathlist = download_example_videos()
557
 
558
+ video_input = gr.Video(label="ASL Video (under 20 seconds)", format="mp4", height=480, width=640)
559
+ text_output = gr.Textbox(label="English Translation", lines=5)
560
 
561
 
562