Nick088 commited on
Commit
8f26a24
β€’
1 Parent(s): cffbe36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ subprocess.run(["git", "clone", "https://github.com/Nick088Official/Stable_Diffu
15
  os.chdir("Stable_Diffusion_Finetuned_Minecraft_Skin_Generator")
16
 
17
 
18
- subprocess.run([r"Run_Inference_UI.bat"] check=True, shell=True)
 
15
  os.chdir("Stable_Diffusion_Finetuned_Minecraft_Skin_Generator")
16
 
17
 
18
+ subprocess.run([r"Run_Inference_UI.bat"], check=True, shell=True)