Upload folder using huggingface_hub
Browse files- app/pages.py +1 -1
app/pages.py
CHANGED
@@ -254,7 +254,7 @@ def speech_question_answering_english():
|
|
254 |
with space1:
|
255 |
tab_section = st.selectbox('Dataset', filters_1_list)
|
256 |
with space2:
|
257 |
-
metric = st.selectbox('Metric', ['LLAMA3_70B_JUDGE'])
|
258 |
metric = metric.lower()
|
259 |
|
260 |
if tab_section:
|
|
|
254 |
with space1:
|
255 |
tab_section = st.selectbox('Dataset', filters_1_list)
|
256 |
with space2:
|
257 |
+
metric = st.selectbox('Metric', ['LLAMA3_70B_JUDGE', 'GPT4O_JUDGE'])
|
258 |
metric = metric.lower()
|
259 |
|
260 |
if tab_section:
|