Noursine commited on
Commit
979639b
·
verified ·
1 Parent(s): 36c1708

Update main3.py

Browse files
Files changed (1) hide show
  1. main3.py +1 -1
main3.py CHANGED
@@ -39,7 +39,7 @@ def get_epsilons():
39
  # Google Drive model download (irregular-flat)
40
  # -------------------------------
41
  MODEL_PATH_IRREGULAR = "/tmp/model_irregular_flat.pth"
42
- DRIVE_FILE_ID = "15vi4zPhCs3aBnGepVnXFOqQjxdK1jpnA"
43
 
44
  def download_irregular_model():
45
  if not os.path.exists(MODEL_PATH_IRREGULAR):
 
39
  # Google Drive model download (irregular-flat)
40
  # -------------------------------
41
  MODEL_PATH_IRREGULAR = "/tmp/model_irregular_flat.pth"
42
+ DRIVE_FILE_ID = "1GO_Ut-N2e2we8t9mnsysb0P1qMsBF8FW"
43
 
44
  def download_irregular_model():
45
  if not os.path.exists(MODEL_PATH_IRREGULAR):