vilarin commited on
Commit
8695679
·
verified ·
1 Parent(s): 48a7d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import subprocess
3
  subprocess.run(
4
- 'pip install https://github.com/huggingface/diffusers.git',
5
  shell=True
6
  )
7
 
 
1
  import os
2
  import subprocess
3
  subprocess.run(
4
+ 'pip install git+https://github.com/huggingface/diffusers.git',
5
  shell=True
6
  )
7