Spaces:
Sleeping
Sleeping
jiaofengxu
commited on
Commit
•
152f47a
1
Parent(s):
10df649
- app.py +1 -1
- 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 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
1 |
+
#transformers
|
2 |
+
#torch
|
3 |
+
gradio
|
4 |
+
#nemo_toolkit
|
5 |
+
#hydra-core
|
6 |
+
#pytorch_lightning
|
7 |
+
#Cython
|
8 |
+
#librosa
|
9 |
+
#sentencepiece
|
10 |
+
#youtokentome
|