adriennehoarfrost commited on
Commit
205c1b5
·
verified ·
1 Parent(s): c74c8ef

Upload lookingglass.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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, HfFileSystem
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