jasspier commited on
Commit
ac47f83
·
verified ·
1 Parent(s): 0a4b31d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class ASRModel(torch.nn.Module):
16
  return x
17
 
18
  # 定义模型路径
19
- model_path = "https://huggingface.co/Tele-AI/TeleSpeech-ASR1.0/resolve/main/base.pt"
20
 
21
  # 下载模型文件
22
  print("Downloading model file...")
 
16
  return x
17
 
18
  # 定义模型路径
19
+ model_path = "https://huggingface.co/Tele-AI/TeleSpeech-ASR1.0/resolve/main/finetune_large_kespeech.pt"
20
 
21
  # 下载模型文件
22
  print("Downloading model file...")