Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
|
@@ -32,8 +32,6 @@ def check_password():
|
|
| 32 |
st.error("Incorrect password")
|
| 33 |
st.stop()
|
| 34 |
|
| 35 |
-
check_password()
|
| 36 |
-
|
| 37 |
DATASETS = ["clb_belize", "hf_fongbe", "clb", "fongbe", "alffa"]
|
| 38 |
SPLITS = ["validation", "test"]
|
| 39 |
DECODES = ["greedy", "lm", "beam"]
|
|
@@ -514,6 +512,8 @@ def show_normalized_detail(ref_norm: str, pred_norm: str, wer_n: float, cer_n: f
|
|
| 514 |
st.set_page_config(page_title="MMS Evaluation Inspector", layout="wide")
|
| 515 |
st.markdown(CSS, unsafe_allow_html=True)
|
| 516 |
|
|
|
|
|
|
|
| 517 |
results_dir = get_results_dir()
|
| 518 |
entries = parse_result_files(results_dir)
|
| 519 |
|
|
|
|
| 32 |
st.error("Incorrect password")
|
| 33 |
st.stop()
|
| 34 |
|
|
|
|
|
|
|
| 35 |
DATASETS = ["clb_belize", "hf_fongbe", "clb", "fongbe", "alffa"]
|
| 36 |
SPLITS = ["validation", "test"]
|
| 37 |
DECODES = ["greedy", "lm", "beam"]
|
|
|
|
| 512 |
st.set_page_config(page_title="MMS Evaluation Inspector", layout="wide")
|
| 513 |
st.markdown(CSS, unsafe_allow_html=True)
|
| 514 |
|
| 515 |
+
check_password()
|
| 516 |
+
|
| 517 |
results_dir = get_results_dir()
|
| 518 |
entries = parse_result_files(results_dir)
|
| 519 |
|