Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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 |
|