Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ os.system('pip install invisible_watermark safetensors')
|
|
| 4 |
os.system('pip install diffusers==0.18.0')
|
| 5 |
os.system("pip install modelscope")
|
| 6 |
os.system("pip install torchvision")
|
|
|
|
| 7 |
|
| 8 |
import cv2
|
| 9 |
import torch
|
|
|
|
| 4 |
os.system('pip install diffusers==0.18.0')
|
| 5 |
os.system("pip install modelscope")
|
| 6 |
os.system("pip install torchvision")
|
| 7 |
+
os.system("pip install transformers")
|
| 8 |
|
| 9 |
import cv2
|
| 10 |
import torch
|