Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
6e2f665
1
Parent(s):
d6acdb7
Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,7 @@ def epi_sankey(sankey_data,disease_or_gard_id):
|
|
95 |
#### BEGIN APP ####
|
96 |
|
97 |
with st.spinner('Loading Epidemiology Models and Dependencies...'):
|
98 |
-
|
99 |
-
pass
|
100 |
loaded = st.success('All Models and Dependencies Loaded!')
|
101 |
|
102 |
st.markdown("Input a rare disease term or GARD ID.")
|
|
|
95 |
#### BEGIN APP ####
|
96 |
|
97 |
with st.spinner('Loading Epidemiology Models and Dependencies...'):
|
98 |
+
classify_model_vars, NER_pipeline, entity_classes, GARD_dict, max_length = load_models_experimental()
|
|
|
99 |
loaded = st.success('All Models and Dependencies Loaded!')
|
100 |
|
101 |
st.markdown("Input a rare disease term or GARD ID.")
|