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