Kunpeng Song commited on
Commit
eb0acaa
1 Parent(s): fea731a
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -10,7 +10,7 @@ from model_lib.modules import MoMA_main_modal
10
  os.environ["CUDA_VISIBLE_DEVICES"]="0"
11
 
12
  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/. \n Please click the Restart button if necessary (takes about 2 minutes) :) "
14
  device = torch.device('cuda')
15
  seed_everything(0)
16
  args = parse_args()
 
10
  os.environ["CUDA_VISIBLE_DEVICES"]="0"
11
 
12
  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()