Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|