Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|