Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import uuid
|
|
20 |
import io
|
21 |
|
22 |
# Model and Processor Loading (Done once at startup)
|
23 |
-
MODEL_ID = "
|
24 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
25 |
MODEL_ID,
|
26 |
trust_remote_code=True,
|
|
|
20 |
import io
|
21 |
|
22 |
# Model and Processor Loading (Done once at startup)
|
23 |
+
MODEL_ID = "omni-research/Tarsier2-Recap-7b"
|
24 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
25 |
MODEL_ID,
|
26 |
trust_remote_code=True,
|