Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,11 +120,9 @@ def inference(query, model="miread_contrastive"):
|
|
120 |
|
121 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
122 |
gr.Markdown("# NBDT Recommendation Engine Arena")
|
123 |
-
gr.Markdown("NBDT Recommendation Engine
|
124 |
-
|
125 |
-
|
126 |
-
Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
|
127 |
-
The data in our current demo includes authors associated with the NBDT Journal. We will update the data monthly for an up-to-date publications.")
|
128 |
article = get_article()
|
129 |
models = gr.State(value=get_matchup())
|
130 |
prompt = gr.State(value=article)
|
|
|
120 |
|
121 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
122 |
gr.Markdown("# NBDT Recommendation Engine Arena")
|
123 |
+
gr.Markdown("NBDT Recommendation Engine Arena is a tool designed to compare neuroscience abstract recommendations by our models. \
|
124 |
+
We will use this data to compare the performance of models and their preference by various neuroscientists.\
|
125 |
+
All models were trained on data provided to us by the NBDT Journal.")
|
|
|
|
|
126 |
article = get_article()
|
127 |
models = gr.State(value=get_matchup())
|
128 |
prompt = gr.State(value=article)
|