multimodalart HF Staff commited on
Commit
43a37a2
·
verified ·
1 Parent(s): f7247c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', '-e', '.', '--verbose']
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)