svjack commited on
Commit
484415f
·
1 Parent(s): 1cc1ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  import random
7
  import shutil
8
 
9
- if not os.path.exists("sd-ggml"):
10
  os.system("git clone https://huggingface.co/svjack/sd-ggml-cpp-dp")
11
  else:
12
  shutil.rmtree("sd-ggml-cpp-dp")
 
6
  import random
7
  import shutil
8
 
9
+ if not os.path.exists("sd-ggml-cpp-dp"):
10
  os.system("git clone https://huggingface.co/svjack/sd-ggml-cpp-dp")
11
  else:
12
  shutil.rmtree("sd-ggml-cpp-dp")