monitkorn commited on
Commit
7ffb531
·
1 Parent(s): 353a46c

add example

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -98,6 +98,9 @@ interface = gr.Interface(
98
  ],
99
  title='English Accent Detector',
100
  description='Paste a direct MP4 URL to extract, transcribe, and classify English accents. It is a bit slow since we run Whisper and Wav2Vec2 models on CPU. Please test with short videos.',
 
 
 
101
  allow_flagging='never'
102
  )
103
 
 
98
  ],
99
  title='English Accent Detector',
100
  description='Paste a direct MP4 URL to extract, transcribe, and classify English accents. It is a bit slow since we run Whisper and Wav2Vec2 models on CPU. Please test with short videos.',
101
+ examples=[
102
+ ['http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4'],
103
+ ],
104
  allow_flagging='never'
105
  )
106