Spaces:
Paused
Paused
project page
Browse files
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.
|
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
|