MeBai commited on
Commit
a4b8183
·
verified ·
1 Parent(s): f7fb0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  # 加载音频文件并转换为信号