Gijs Wijngaard
commited on
Commit
·
f754b4d
1
Parent(s):
fe87206
model
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def load_model():
|
|
17 |
)
|
18 |
|
19 |
# Load the base model
|
20 |
-
|
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,
|