Dharini Baskaran
commited on
Commit
·
b6510a9
1
Parent(s):
84736b7
updated the model weight
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ logo_path = os.path.join(BASE_DIR, "public", "logo.png")
|
|
| 20 |
model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
|
| 21 |
|
| 22 |
# Google Drive model
|
| 23 |
-
GOOGLE_DRIVE_FILE_ID = "
|
| 24 |
GDRIVE_URL = f"https://drive.google.com/uc?id={GOOGLE_DRIVE_FILE_ID}"
|
| 25 |
|
| 26 |
# Create folders
|
|
|
|
| 20 |
model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
|
| 21 |
|
| 22 |
# Google Drive model
|
| 23 |
+
GOOGLE_DRIVE_FILE_ID = "1ptdr6d_jglk_78e4d5s1jUO04XWS1zo"
|
| 24 |
GDRIVE_URL = f"https://drive.google.com/uc?id={GOOGLE_DRIVE_FILE_ID}"
|
| 25 |
|
| 26 |
# Create folders
|