RahmaDev commited on
Commit
07ae770
·
verified ·
1 Parent(s): 4bc3c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if not os.path.exists("imgs") and os.path.exists("imgs.zip"):
25
  # === Téléchargement automatique depuis Google Drive ===
26
  if not os.path.exists("weights.pt"):
27
  print("Téléchargement des poids depuis Google Drive avec gdown...")
28
- file_id = "17eK5IcG7W8xyfqomsM6qmVluUV0g22wk"
29
  url = f"https://drive.google.com/uc?id={file_id}"
30
  gdown.download(url, "weights.pt", quiet=False)
31
 
 
25
  # === Téléchargement automatique depuis Google Drive ===
26
  if not os.path.exists("weights.pt"):
27
  print("Téléchargement des poids depuis Google Drive avec gdown...")
28
+ file_id = "17RxaEfYeQVKKXThOwqDWM6mHdII5tMpY"
29
  url = f"https://drive.google.com/uc?id={file_id}"
30
  gdown.download(url, "weights.pt", quiet=False)
31