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