Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
dc4b91d
1
Parent(s):
c6a5618
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,8 @@ def test(input_json):
|
|
20 |
# Extract the datatree part which is a list of dictionaries
|
21 |
matrix = inputs['input']["matrix"]
|
22 |
weights = inputs['input']["weights"]
|
23 |
-
|
|
|
24 |
|
25 |
alpha = inputs['input']["alpha"]
|
26 |
alpha = float(alpha)
|
|
|
20 |
# Extract the datatree part which is a list of dictionaries
|
21 |
matrix = inputs['input']["matrix"]
|
22 |
weights = inputs['input']["weights"]
|
23 |
+
|
24 |
+
attributeMapperDict = inputs['input']["attributeMapperDict"]
|
25 |
|
26 |
alpha = inputs['input']["alpha"]
|
27 |
alpha = float(alpha)
|