daanidev commited on
Commit
a56a1c9
1 Parent(s): d47933a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def clone_and_run_fooocus():
31
 
32
  # Use os.chdir() to change directories within Python
33
  import os
34
- os.chdir("Fooocus")
35
 
36
  print("Executing entry_with_update.py...")
37
  subprocess.run(["python", "entry_with_update.py", "--share", "--always-high-vram"], check=True)
 
31
 
32
  # Use os.chdir() to change directories within Python
33
  import os
34
+ os.chdir("Fooocus-MRE")
35
 
36
  print("Executing entry_with_update.py...")
37
  subprocess.run(["python", "entry_with_update.py", "--share", "--always-high-vram"], check=True)