jiuhai commited on
Commit
e8f05e4
·
verified ·
1 Parent(s): 270fb9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct")
22
  # Constants
23
  MAX_SEED = 10000
24
 
25
- HUB_MODEL_ID = "BLIP3o/BLIP3o-Model"
26
  model_snapshot_path = snapshot_download(repo_id=HUB_MODEL_ID)
27
  diffusion_path = os.path.join(model_snapshot_path, "diffusion-decoder")
28
 
 
22
  # Constants
23
  MAX_SEED = 10000
24
 
25
+ HUB_MODEL_ID = "BLIP3o/BLIP3o-Model-8B"
26
  model_snapshot_path = snapshot_download(repo_id=HUB_MODEL_ID)
27
  diffusion_path = os.path.join(model_snapshot_path, "diffusion-decoder")
28