Dharini Baskaran commited on
Commit
bb879ac
·
1 Parent(s): 4d82a94

update model path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,9 +23,9 @@ JSON_DIR = "/tmp/results/"
23
  OUTPUT_DIR = "/tmp/output/"
24
  MODEL_DIR = os.path.join(BASE_DIR, "rcnn_model", "scripts")
25
  logo_path = os.path.join(BASE_DIR, "public", "logo.png")
26
- model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
27
- # changine the model directory to the tmp directory
28
  # model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
 
 
29
 
30
  # Google Drive model
31
  GOOGLE_DRIVE_FILE_ID = "1yr64AOgaYZPTcQzG6cxG6lWBENHR9qjW"
 
23
  OUTPUT_DIR = "/tmp/output/"
24
  MODEL_DIR = os.path.join(BASE_DIR, "rcnn_model", "scripts")
25
  logo_path = os.path.join(BASE_DIR, "public", "logo.png")
 
 
26
  # model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
27
+ # changine the model directory to the tmp directory
28
+ model_path = os.path.join(OUTPUT_DIR, "model_final.pth")
29
 
30
  # Google Drive model
31
  GOOGLE_DRIVE_FILE_ID = "1yr64AOgaYZPTcQzG6cxG6lWBENHR9qjW"