Spaces:
Running
Running
Update app.py
Browse files
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")
|