Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ model = pipeline("automatic-speech-recognition", model=models, chunk_length_s=30
|
|
21 |
|
22 |
# 加载数据集 bigcode/the-stack
|
23 |
|
24 |
-
ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
|
25 |
|
26 |
def transcribe(audio_path):
|
27 |
# 加载音频文件并转换为信号
|
|
|
21 |
|
22 |
# 加载数据集 bigcode/the-stack
|
23 |
|
24 |
+
# ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
|
25 |
|
26 |
def transcribe(audio_path):
|
27 |
# 加载音频文件并转换为信号
|