Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
from transformers import pipeline
|
|
|
|
|
|
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
p = pipeline("automatic-speech-recognition", model = "jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn")
|
|
|
1 |
from transformers import pipeline
|
2 |
+
import os
|
3 |
+
|
4 |
+
os.system("pip install gradio==3.0.18")
|
5 |
+
|
6 |
import gradio as gr
|
7 |
|
8 |
p = pipeline("automatic-speech-recognition", model = "jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn")
|