jiaofengxu commited on
Commit
152f47a
1 Parent(s): 10df649
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +10 -9
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from transformers import pipeline
2
  import gradio as gr
3
  #import nemo.collections.asr as nemo_asr
4
-
5
 
6
  #model = pipeline("automatic-speech-recognition")
7
  #model = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
 
1
  from transformers import pipeline
2
  import gradio as gr
3
  #import nemo.collections.asr as nemo_asr
4
+ #import gradio
5
 
6
  #model = pipeline("automatic-speech-recognition")
7
  #model = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- transformers
2
- torch
3
- nemo_toolkit
4
- hydra-core
5
- pytorch_lightning
6
- Cython
7
- librosa
8
- sentencepiece
9
- youtokentome
 
 
1
+ #transformers
2
+ #torch
3
+ gradio
4
+ #nemo_toolkit
5
+ #hydra-core
6
+ #pytorch_lightning
7
+ #Cython
8
+ #librosa
9
+ #sentencepiece
10
+ #youtokentome