Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def clone_and_run_fooocus():
|
|
25 |
|
26 |
print("Cloning the Fooocus repository...")
|
27 |
try:
|
28 |
-
subprocess.run(["git", "clone", "https://github.com/
|
29 |
print("Fooocus repository cloned successfully.")
|
30 |
print("Changing directory to Fooocus...")
|
31 |
|
|
|
25 |
|
26 |
print("Cloning the Fooocus repository...")
|
27 |
try:
|
28 |
+
subprocess.run(["git", "clone", "https://github.com/MoonRide303/Fooocus-MRE.git"], check=True)
|
29 |
print("Fooocus repository cloned successfully.")
|
30 |
print("Changing directory to Fooocus...")
|
31 |
|