TaiYouWeb commited on
Commit
5aea411
·
verified ·
1 Parent(s): defacff

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="iic/speech_whisper-large_asr_multilingual",
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="Qwen-Audio",
26
  trust_remote_code=False,
27
  remote_code="./model.py",
28
  vad_model="fsmn-vad",