MeBai commited on
Commit
1aa5d8a
·
verified ·
1 Parent(s): cc5ccf1

Update app.py

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