MohamedMotaz commited on
Commit
d5c245c
1 Parent(s): 411d2c3

Adding app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def download_model_from_google_drive(file_url, output_path):
22
  # # Check if the file already exists
23
  if not os.path.exists(output_path):
24
  print("Downloading the similarity matrix from Googlr Drive...")
25
- # download_model_from_google_drive(file_url, output_path)
26
 
27
 
28
  # Set page configuration
 
22
  # # Check if the file already exists
23
  if not os.path.exists(output_path):
24
  print("Downloading the similarity matrix from Googlr Drive...")
25
+ download_model_from_google_drive(file_url, output_path)
26
 
27
 
28
  # Set page configuration