Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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...")
|