cyrus28214 commited on
Commit
4745ba0
·
unverified ·
1 Parent(s): 8afd5a6

change model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from threading import Thread
5
  import torch
6
  import spaces
7
 
8
- MODEL_ID = "TIGER-Lab/VL-Rethinker-7B"
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,