Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|