Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ ENDING = """For search acceleration capabilities, please refer to [Searchium.ai]
|
|
60 |
|
61 |
DATA_PATH = './cache'
|
62 |
|
63 |
-
huggingface_hub.snapshot_download(repo_id="Searchium-ai/clip4clip-webvid150k",
|
64 |
|
65 |
ft_visual_features_file = DATA_PATH + '/new_data/video_half_dataset_visual_features.npy'
|
66 |
ft_visual_features_file_bin = DATA_PATH + '/new_data/video_half_dataset_visual_features_binary_packed.npy'
|
|
|
60 |
|
61 |
DATA_PATH = './cache'
|
62 |
|
63 |
+
huggingface_hub.snapshot_download(repo_id="Searchium-ai/clip4clip-webvid150k", repo_type="model", cache_dir=DATA_PATH)
|
64 |
|
65 |
ft_visual_features_file = DATA_PATH + '/new_data/video_half_dataset_visual_features.npy'
|
66 |
ft_visual_features_file_bin = DATA_PATH + '/new_data/video_half_dataset_visual_features_binary_packed.npy'
|