Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ title = "MoMA"
|
|
13 |
description = "This demo is running on Zero_GPU with 4bit quantization. Please find our project page at https://moma-adapter.github.io"
|
14 |
device = torch.device('cuda')
|
15 |
seed_everything(0)
|
|
|
16 |
args = parse_args()
|
17 |
|
18 |
model = MoMA_main_modal(args).to(device, dtype=torch.float16)
|
|
|
13 |
description = "This demo is running on Zero_GPU with 4bit quantization. Please find our project page at https://moma-adapter.github.io"
|
14 |
device = torch.device('cuda')
|
15 |
seed_everything(0)
|
16 |
+
|
17 |
args = parse_args()
|
18 |
|
19 |
model = MoMA_main_modal(args).to(device, dtype=torch.float16)
|