Spaces:
Runtime error
Runtime error
guoyww
commited on
Commit
•
25eb8c0
1
Parent(s):
0818a8f
update
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ examples = [
|
|
90 |
# print(f"### Cleaning {path} ...")
|
91 |
# os.system(f"rm -rf {path}")
|
92 |
|
93 |
-
os.system(f"rm -rf {os.path.join('models', 'DreamBooth_LoRA', '*.safetensors')}")
|
94 |
|
95 |
# os.system(f"bash download_bashscripts/1-ToonYou.sh")
|
96 |
# os.system(f"bash download_bashscripts/2-Lyriel.sh")
|
|
|
90 |
# print(f"### Cleaning {path} ...")
|
91 |
# os.system(f"rm -rf {path}")
|
92 |
|
93 |
+
# os.system(f"rm -rf {os.path.join('models', 'DreamBooth_LoRA', '*.safetensors')}")
|
94 |
|
95 |
# os.system(f"bash download_bashscripts/1-ToonYou.sh")
|
96 |
# os.system(f"bash download_bashscripts/2-Lyriel.sh")
|