Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ model = WhisperForConditionalGeneration.from_pretrained(model_name)
|
|
| 25 |
|
| 26 |
# 加载数据集 bigcode/the-stack
|
| 27 |
|
| 28 |
-
ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
|
| 29 |
|
| 30 |
def transcribe(audio_path):
|
| 31 |
# 加载音频文件并转换为信号
|
|
|
|
| 25 |
|
| 26 |
# 加载数据集 bigcode/the-stack
|
| 27 |
|
| 28 |
+
# ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
|
| 29 |
|
| 30 |
def transcribe(audio_path):
|
| 31 |
# 加载音频文件并转换为信号
|