Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,5 @@ os.system(f"conda create -n dsd python=3.10 -y")
|
|
| 15 |
os.system(f"conda activate dsd")
|
| 16 |
os.system(f"git clone https://github.com/deforum-art/deforum-stable-diffusion.git")
|
| 17 |
os.system(f"cd deforum-stable-diffusion")
|
| 18 |
-
os.system(f"python install_requirements.py")
|
| 19 |
-
os.system(f"python Deforum_Stable_Diffusion.py")
|
|
|
|
| 15 |
os.system(f"conda activate dsd")
|
| 16 |
os.system(f"git clone https://github.com/deforum-art/deforum-stable-diffusion.git")
|
| 17 |
os.system(f"cd deforum-stable-diffusion")
|
| 18 |
+
os.system(f"python deforum-stable-diffusion/install_requirements.py")
|
| 19 |
+
os.system(f"python deforum-stable-diffusion/Deforum_Stable_Diffusion.py")
|