Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
b424a32
1
Parent(s):
536478a
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def epi_sankey(sankey_data):
|
|
78 |
target = [0, 1, 2, 3, 4],
|
79 |
value = [gathered, gathered-relevant, relevant, epidemiologic, gathered-epidemiologic]
|
80 |
))])
|
81 |
-
|
82 |
|
83 |
with st.spinner('Loading Epidemiology Models and Dependencies...'):
|
84 |
classify_model_vars, NER_pipeline, entity_classes, GARD_dict, max_length = load_models_experimental()
|
|
|
78 |
target = [0, 1, 2, 3, 4],
|
79 |
value = [gathered, gathered-relevant, relevant, epidemiologic, gathered-epidemiologic]
|
80 |
))])
|
81 |
+
return fig
|
82 |
|
83 |
with st.spinner('Loading Epidemiology Models and Dependencies...'):
|
84 |
classify_model_vars, NER_pipeline, entity_classes, GARD_dict, max_length = load_models_experimental()
|