Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,13 @@ from pathlib import Path
|
|
5 |
'''
|
6 |
os.system("pip install -U huggingface_hub")
|
7 |
os.system("pip install -U diffusers")
|
8 |
-
'''
|
9 |
|
10 |
if os.path.exists("wuerstchen"):
|
11 |
shutil.rmtree("wuerstchen")
|
12 |
os.system("git clone https://huggingface.co/warp-ai/wuerstchen")
|
13 |
if os.path.exists("wuerstchen/.git"):
|
14 |
shutil.rmtree("wuerstchen/.git")
|
|
|
15 |
|
16 |
import sys
|
17 |
|
|
|
5 |
'''
|
6 |
os.system("pip install -U huggingface_hub")
|
7 |
os.system("pip install -U diffusers")
|
|
|
8 |
|
9 |
if os.path.exists("wuerstchen"):
|
10 |
shutil.rmtree("wuerstchen")
|
11 |
os.system("git clone https://huggingface.co/warp-ai/wuerstchen")
|
12 |
if os.path.exists("wuerstchen/.git"):
|
13 |
shutil.rmtree("wuerstchen/.git")
|
14 |
+
'''
|
15 |
|
16 |
import sys
|
17 |
|