kishoreb4 commited on
Commit
7b71af3
·
1 Parent(s): f94828c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def download_model_from_drive():
36
 
37
  if not os.path.exists(model_path):
38
  # Fixed Google Drive URL format for gdown
39
- url = "https://drive.google.com/uc?id=1XObpqG8qZ7YUyiRKbpVvxX11yQSK8Y_3"
40
  try:
41
  gdown.download(url, model_path, quiet=False)
42
  st.success("Model downloaded successfully from Google Drive.")
 
36
 
37
  if not os.path.exists(model_path):
38
  # Fixed Google Drive URL format for gdown
39
+ url = "https://drive.google.com/file/d/1XObpqG8qZ7YUyiRKbpVvxX11yQSK8Y_3/view?usp=sharing"
40
  try:
41
  gdown.download(url, model_path, quiet=False)
42
  st.success("Model downloaded successfully from Google Drive.")