yizhezhu commited on
Commit
864a1ea
·
verified ·
1 Parent(s): c2e8c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)