yizhezhu commited on
Commit
6182092
1 Parent(s): 36357c6

project page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import os
12
  os.environ["CUDA_VISIBLE_DEVICES"]="0"
13
 
14
  title = "MoMA"
15
- description = "This model has to run on GPU. By default, we load the model with 4-bit quantization to make it fit in smaller hardwares."
16
 
17
  def MoMA_demo(rgb, subject, prompt, strength, seed):
18
  seed = int(seed) if seed else 0
 
12
  os.environ["CUDA_VISIBLE_DEVICES"]="0"
13
 
14
  title = "MoMA"
15
+ description = "This model has to run on GPU. Checkout our project page: https://moma-adapter.github.io/"
16
 
17
  def MoMA_demo(rgb, subject, prompt, strength, seed):
18
  seed = int(seed) if seed else 0