Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|