Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
|
|
8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
9 |
|
10 |
base_model = 'stabilityai/stable-diffusion-2'
|
11 |
-
prj_path = "bayndrysf/dreambooth-project-
|
12 |
|
13 |
|
14 |
if torch.cuda.is_available():
|
|
|
8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
9 |
|
10 |
base_model = 'stabilityai/stable-diffusion-2'
|
11 |
+
prj_path = "bayndrysf/dreambooth-project-style"
|
12 |
|
13 |
|
14 |
if torch.cuda.is_available():
|