MeBai commited on
Commit
d032b9d
·
verified ·
1 Parent(s): 7c5454f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = WhisperForConditionalGeneration.from_pretrained(model_name)
10
 
11
  # 加载数据集 bigcode/the-stack
12
 
13
- ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
14
 
15
  def transcribe(audio):
16
  # 处理音频进行转录
 
10
 
11
  # 加载数据集 bigcode/the-stack
12
 
13
+ # ds = load_dataset("CoIR-Retrieval/CodeSearchNet-php-queries-corpus")
14
 
15
  def transcribe(audio):
16
  # 处理音频进行转录