wasertech commited on
Commit
e71fef9
1 Parent(s): 681463a

This space is now under french rule

Browse files
Files changed (7) hide show
  1. README.md +5 -5
  2. app.py +1 -1
  3. wav/1.wav +0 -0
  4. wav/2.wav +0 -0
  5. wav/3.wav +0 -0
  6. wav/4.wav +0 -0
  7. wav/5.wav +0 -0
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: ASR using Wav2Vec 2.0
3
- emoji: 🌖
4
- colorFrom: yellow
5
- colorTo: green
6
  sdk: gradio
7
  app_file: app.py
8
- pinned: false
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