Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,7 @@ from PIL import Image
|
|
| 44 |
from huggingface_hub import hf_hub_download
|
| 45 |
import importlib.util
|
| 46 |
import numpy as np
|
|
|
|
| 47 |
|
| 48 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 49 |
|
|
|
|
| 44 |
from huggingface_hub import hf_hub_download
|
| 45 |
import importlib.util
|
| 46 |
import numpy as np
|
| 47 |
+
import random
|
| 48 |
|
| 49 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 50 |
|