Spaces:
Runtime error
Runtime error
This space is now under french rule
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
pinned:
|
9 |
duplicated_from: DrishtiSharma/ASR_using_Wav2Vec2
|
10 |
---
|
11 |
|
|
|
1 |
---
|
2 |
+
title: French Wav2Vec 2.0 ASR
|
3 |
+
emoji: 🇫🇷
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
pinned: true
|
9 |
duplicated_from: DrishtiSharma/ASR_using_Wav2Vec2
|
10 |
---
|
11 |
|
app.py
CHANGED
@@ -63,5 +63,5 @@ gr.Interface(asr_transcript,
|
|
63 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
64 |
title="ASR using Wav2Vec 2.0",
|
65 |
description = "This application displays transcribed text for given audio input",
|
66 |
-
examples = [["wav/1.wav"], ["wav/2.wav"], ["wav/3.wav"]], theme="grass").launch()
|
67 |
|
|
|
63 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
64 |
title="ASR using Wav2Vec 2.0",
|
65 |
description = "This application displays transcribed text for given audio input",
|
66 |
+
examples = [["wav/1.wav"], ["wav/2.wav"], ["wav/3.wav"], ["wav/4.wav"], ["wav/5.wav"]], theme="grass").launch()
|
67 |
|
wav/1.wav
ADDED
Binary file (67.6 kB). View file
|
|
wav/2.wav
ADDED
Binary file (52.7 kB). View file
|
|
wav/3.wav
ADDED
Binary file (50.8 kB). View file
|
|
wav/4.wav
ADDED
Binary file (64.4 kB). View file
|
|
wav/5.wav
ADDED
Binary file (68.5 kB). View file
|
|