Upload lookingglass.py with huggingface_hub
Browse files- lookingglass.py +1 -1
lookingglass.py
CHANGED
|
@@ -33,7 +33,7 @@ import torch.nn as nn
|
|
| 33 |
import torch.nn.functional as F
|
| 34 |
|
| 35 |
try:
|
| 36 |
-
from huggingface_hub import hf_hub_download
|
| 37 |
HF_HUB_AVAILABLE = True
|
| 38 |
except ImportError:
|
| 39 |
HF_HUB_AVAILABLE = False
|
|
|
|
| 33 |
import torch.nn.functional as F
|
| 34 |
|
| 35 |
try:
|
| 36 |
+
from huggingface_hub import hf_hub_download
|
| 37 |
HF_HUB_AVAILABLE = True
|
| 38 |
except ImportError:
|
| 39 |
HF_HUB_AVAILABLE = False
|