Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
import os
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
import torch
|
| 5 |
import spaces
|
|
|
|
| 1 |
import os
|
| 2 |
+
import subprocess
|
| 3 |
+
subprocess.run(
|
| 4 |
+
'pip install https://github.com/huggingface/diffusers.git',
|
| 5 |
+
shell=True
|
| 6 |
+
)
|
| 7 |
|
| 8 |
import torch
|
| 9 |
import spaces
|