maitri01 commited on
Commit
b2a72c4
·
verified ·
1 Parent(s): 70df749

Update task_template.py

Browse files
Files changed (1) hide show
  1. task_template.py +2 -2
task_template.py CHANGED
@@ -19,9 +19,9 @@ PRIV_PATH = BASE / "priv.pt"
19
  MODEL_PATH = BASE / "model.pt"
20
  OUTPUT_CSV = BASE / "submission.csv"
21
 
22
- BASE_URL = "http://34.63.153.158"
23
  API_KEY = "YOUR_API_KEY_HERE"
24
- TASK_ID = "01-mia"
25
 
26
 
27
 
 
19
  MODEL_PATH = BASE / "model.pt"
20
  OUTPUT_CSV = BASE / "submission.csv"
21
 
22
+ BASE_URL = "http://34.63.153.158" #DONOT CHANGE
23
  API_KEY = "YOUR_API_KEY_HERE"
24
+ TASK_ID = "01-mia" #DONOT CHANGE
25
 
26
 
27