Spaces:
Runtime error
Runtime error
change model
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from threading import Thread
|
|
5 |
import torch
|
6 |
import spaces
|
7 |
|
8 |
-
MODEL_ID = "
|
9 |
processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True)
|
10 |
model = AutoModelForImageTextToText.from_pretrained(
|
11 |
MODEL_ID,
|
|
|
5 |
import torch
|
6 |
import spaces
|
7 |
|
8 |
+
MODEL_ID = "csfufu/Revisual-R1-final"
|
9 |
processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True)
|
10 |
model = AutoModelForImageTextToText.from_pretrained(
|
11 |
MODEL_ID,
|