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

added examples

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -567,14 +567,15 @@ This app uses TTIC's foundation model SHuBERT (introduced in an ACL 2025 paper,
567
  title="ASL Video to English Text Translation",
568
  description=description,
569
  article="",
 
570
  allow_flagging="never"
571
  )
572
 
573
- gr.Examples(
574
- examples=dailymoth_pathlist,
575
- inputs=video_input,
576
- label="Click a video to try an example"
577
- )
578
 
579
  return interface
580
 
 
567
  title="ASL Video to English Text Translation",
568
  description=description,
569
  article="",
570
+ examples=dailymoth_pathlist,
571
  allow_flagging="never"
572
  )
573
 
574
+ # gr.Examples(
575
+ # examples=dailymoth_pathlist,
576
+ # inputs=video_input,
577
+ # label="Click a video to try an example"
578
+ # )
579
 
580
  return interface
581