Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def install_diffusers():
|
|
46 |
print(f"Using Python executable: {python_exe}")
|
47 |
|
48 |
# Install in editable mode with verbose output
|
49 |
-
cmd = [python_exe, '-m', 'pip', 'install', '
|
50 |
print(f"Running command: {' '.join(cmd)}")
|
51 |
|
52 |
result = subprocess.run(cmd, capture_output=True, text=True)
|
|
|
46 |
print(f"Using Python executable: {python_exe}")
|
47 |
|
48 |
# Install in editable mode with verbose output
|
49 |
+
cmd = [python_exe, '-m', 'pip', 'install', '.', '--verbose']
|
50 |
print(f"Running command: {' '.join(cmd)}")
|
51 |
|
52 |
result = subprocess.run(cmd, capture_output=True, text=True)
|