arsh1101 commited on
Commit
5ca035f
·
verified ·
1 Parent(s): 518d726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -33,6 +33,8 @@ clf = joblib.load('./deforestation_percentage_model.joblib')
33
 
34
 
35
  os.environ["SENTINELHUB_CONFIG_FOLDER"] = "/app/.config/sentinelhub"
 
 
36
 
37
 
38
 
 
33
 
34
 
35
  os.environ["SENTINELHUB_CONFIG_FOLDER"] = "/app/.config/sentinelhub"
36
+ print("Using config dir:", os.getenv("SENTINELHUB_CONFIG_FOLDER"))
37
+
38
 
39
 
40