Spaces:
Sleeping
Sleeping
change network in app
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ num_points = int(num_points)
|
|
12 |
st.write("raq/ra = ", raq_ra, "FKT = ", fkt, "FKV = ", fkv, "profile points = ", num_points)
|
13 |
|
14 |
if raq_ra is not None and fkt is not None and fkv is not None:
|
15 |
-
with open('numpy_networks/mlp_[128, 128, 128, 128].pkl', 'rb') as file:
|
16 |
mlp = pickle.load(file)
|
17 |
|
18 |
r_list = [raq_ra]
|
|
|
12 |
st.write("raq/ra = ", raq_ra, "FKT = ", fkt, "FKV = ", fkv, "profile points = ", num_points)
|
13 |
|
14 |
if raq_ra is not None and fkt is not None and fkv is not None:
|
15 |
+
with open('numpy_networks/mlp_[128, 128, 128, 128, 128].pkl', 'rb') as file:
|
16 |
mlp = pickle.load(file)
|
17 |
|
18 |
r_list = [raq_ra]
|