Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -154,8 +154,8 @@ def test(input_json):
|
|
154 |
landuseMapperDict_gh = inputs['input']["landuseMapperDict"]
|
155 |
|
156 |
|
157 |
-
from
|
158 |
-
from
|
159 |
|
160 |
if not inputs['input']["alpha"]:
|
161 |
alpha = alphaDefault
|
|
|
154 |
landuseMapperDict_gh = inputs['input']["landuseMapperDict"]
|
155 |
|
156 |
|
157 |
+
from config import alpha as alphaDefault
|
158 |
+
from config import threshold as thresholdDefault
|
159 |
|
160 |
if not inputs['input']["alpha"]:
|
161 |
alpha = alphaDefault
|