bayndrysf commited on
Commit
85c2999
1 Parent(s): b1f48ca

Update app.py

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