yichenchenchen commited on
Commit
b6a4620
·
verified ·
1 Parent(s): 001e7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ ensure_flash_attn()
23
  from inferencer import UniPicV2Inferencer
24
 
25
 
26
- model_path = snapshot_download(repo_id="Skywork/UniPic2-Metaquery-9B")
27
  qwen_vl_path = snapshot_download(repo_id="Qwen/Qwen2.5-VL-7B-Instruct-AWQ")
28
 
29
  inferencer = UniPicV2Inferencer(
 
23
  from inferencer import UniPicV2Inferencer
24
 
25
 
26
+ model_path = snapshot_download(repo_id="Skywork/UniPic2-Metaquery-GRPO-9B")
27
  qwen_vl_path = snapshot_download(repo_id="Qwen/Qwen2.5-VL-7B-Instruct-AWQ")
28
 
29
  inferencer = UniPicV2Inferencer(