Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
126 |
gr.Markdown("# NBDT Recommendation Engine Arena")
|
127 |
gr.Markdown("NBDT Recommendation Engine Arena is a tool designed to compare neuroscience abstract recommendations by our models. \
|
128 |
We will use this data to compare the performance of models and their preference by various neuroscientists.\
|
|
|
129 |
All models were trained on data provided to us by the NBDT Journal.")
|
130 |
article = get_article()
|
131 |
models = gr.State(value=get_matchup())
|
|
|
126 |
gr.Markdown("# NBDT Recommendation Engine Arena")
|
127 |
gr.Markdown("NBDT Recommendation Engine Arena is a tool designed to compare neuroscience abstract recommendations by our models. \
|
128 |
We will use this data to compare the performance of models and their preference by various neuroscientists.\
|
129 |
+
Click on the 'Get Comparision' button to run two random models on the displayed prompt. Then use the correct 'Model X is Better' button to give your vote.\
|
130 |
All models were trained on data provided to us by the NBDT Journal.")
|
131 |
article = get_article()
|
132 |
models = gr.State(value=get_matchup())
|