ombhojane commited on
Commit
d18bbd3
·
verified ·
1 Parent(s): 4fe2d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def extract_features(img_path):
90
  @st.cache_data
91
  def build_celebrity_database():
92
  """Build and cache celebrity database"""
93
- celebrity_paths = glob.glob('celebrities/data/*.*')
94
 
95
  celebrity_features = []
96
  celebrity_paths_list = []
 
90
  @st.cache_data
91
  def build_celebrity_database():
92
  """Build and cache celebrity database"""
93
+ celebrity_paths = glob.glob('aicelebritymatch/data/*.*')
94
 
95
  celebrity_features = []
96
  celebrity_paths_list = []