Diangle commited on
Commit
9c87410
·
1 Parent(s): 3e71088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,7 +44,7 @@ HTML="""
44
  """
45
 
46
  DESCRIPTION="""Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
47
- Using free text search - you will find the top 5 most relevant clips among a dataset of 1.5 million video clips. <br>
48
  Discover, explore, and enjoy the world of video search at your fingertips.
49
  """
50
  ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
@@ -53,7 +53,7 @@ ENDING = """For search acceleration capabilities, please refer to [Searchium.ai]
53
 
54
  DATA_PATH = './new_data'
55
 
56
- ft_visual_features_file = DATA_PATH + 'video_dataset_visual_features_database.npy'
57
 
58
  #load database features:
59
  ft_visual_features_database = np.load(ft_visual_features_file)
 
44
  """
45
 
46
  DESCRIPTION="""Welcome to our video retrieval demo powered by [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k)! <br>
47
+ Using free text search - you will find the top 5 most relevant clips among a dataset of 5.5 million video clips. <br>
48
  Discover, explore, and enjoy the world of video search at your fingertips.
49
  """
50
  ENDING = """For search acceleration capabilities, please refer to [Searchium.ai](https://www.searchium.ai)
 
53
 
54
  DATA_PATH = './new_data'
55
 
56
+ ft_visual_features_file = DATA_PATH + '/video_dataset_visual_features_database.npy'
57
 
58
  #load database features:
59
  ft_visual_features_database = np.load(ft_visual_features_file)