Vision-CAIR commited on
Commit
d119b40
1 Parent(s): e3a220a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -23,7 +23,7 @@ import pandas as pd
23
  import yaml
24
  from iopath.common.download import download
25
  from iopath.common.file_io import file_lock, g_pathmgr
26
- from minigpt4_video.registry import registry
27
  from torch.utils.model_zoo import tqdm
28
  from torchvision.datasets.utils import (
29
  check_integrity,
 
23
  import yaml
24
  from iopath.common.download import download
25
  from iopath.common.file_io import file_lock, g_pathmgr
26
+ from .registry import registry
27
  from torch.utils.model_zoo import tqdm
28
  from torchvision.datasets.utils import (
29
  check_integrity,