raylander commited on
Commit
586dcfc
·
1 Parent(s): ce91eea

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")