Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
19 |
attn_implementation="flash_attention_2",
|
20 |
)
|
21 |
model.to(device)
|
22 |
-
processor = AutoProcessor.from_pretrained(
|
23 |
|
24 |
|
25 |
class VideoLLaMA3GradioInterface(object):
|
|
|
19 |
attn_implementation="flash_attention_2",
|
20 |
)
|
21 |
model.to(device)
|
22 |
+
processor = AutoProcessor.from_pretrained("DAMO-NLP-SG/VideoLLaMA3-7B", trust_remote_code=True)
|
23 |
|
24 |
|
25 |
class VideoLLaMA3GradioInterface(object):
|