Gijs Wijngaard commited on
Commit
f754b4d
·
1 Parent(s): fe87206
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def load_model():
17
  )
18
 
19
  # Load the base model
20
- base_model = Qwen2AudioForConditionalGeneration.from_pretrained(
21
  base_model_id,
22
  torch_dtype=torch.bfloat16,
23
  trust_remote_code=True,
 
17
  )
18
 
19
  # Load the base model
20
+ model = Qwen2AudioForConditionalGeneration.from_pretrained(
21
  base_model_id,
22
  torch_dtype=torch.bfloat16,
23
  trust_remote_code=True,