Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import subprocess
|
|
7 |
subprocess.run(["git", "clone", "-b", "sd3_control", "https://github.com/instantX-research/diffusers_sd3_control.git"])
|
8 |
|
9 |
# Change directory to the cloned repository and install it
|
10 |
-
os.chdir('
|
11 |
subprocess.run(["pip", "install", "-e", "."])
|
12 |
|
13 |
hf_token = os.environ.get("HF_TOKEN")
|
|
|
7 |
subprocess.run(["git", "clone", "-b", "sd3_control", "https://github.com/instantX-research/diffusers_sd3_control.git"])
|
8 |
|
9 |
# Change directory to the cloned repository and install it
|
10 |
+
os.chdir('diffusers')
|
11 |
subprocess.run(["pip", "install", "-e", "."])
|
12 |
|
13 |
hf_token = os.environ.get("HF_TOKEN")
|