Spaces:
Sleeping
Sleeping
add example
Browse files
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 |
|