Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ MAX_FRAMES = 64
|
|
21 |
repo = AutoModel.from_pretrained(
|
22 |
model_name,
|
23 |
init_vision=True,
|
24 |
-
init_audio=
|
25 |
init_tts=False,
|
26 |
trust_remote_code=True,
|
27 |
attn_implementation="sdpa",
|
|
|
21 |
repo = AutoModel.from_pretrained(
|
22 |
model_name,
|
23 |
init_vision=True,
|
24 |
+
init_audio=True,
|
25 |
init_tts=False,
|
26 |
trust_remote_code=True,
|
27 |
attn_implementation="sdpa",
|