TaiYouWeb commited on
Commit
81f707b
1 Parent(s): 0c5e0ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ device = "cuda:0" if torch.cuda.is_available() else "cpu"
22
  model_dir = snapshot_download(model_config['model_dir'])
23
 
24
  model = AutoModel(
25
- model=model_dir,
26
  trust_remote_code=False,
27
  remote_code="./model.py",
28
  vad_model="fsmn-vad",
 
22
  model_dir = snapshot_download(model_config['model_dir'])
23
 
24
  model = AutoModel(
25
+ model="FunAudioLLM/SenseVoiceSmall",
26
  trust_remote_code=False,
27
  remote_code="./model.py",
28
  vad_model="fsmn-vad",