Spaces:
Runtime error
Runtime error
Fix URL to evaluation Space (#6)
Browse files- Fix URL to evaluation Space (69388aad96a7a5b20a83c3e83f082684152f7c2a)
app.py
CHANGED
@@ -189,7 +189,7 @@ if len(dataset_df) > 0:
|
|
189 |
)
|
190 |
|
191 |
st.markdown(
|
192 |
-
"Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/
|
193 |
)
|
194 |
|
195 |
# Make the default metric appear right after model names
|
|
|
189 |
)
|
190 |
|
191 |
st.markdown(
|
192 |
+
"Want to beat the leaderboard? Don't see your model here? Simply request an automatic evaluation [here](https://huggingface.co/spaces/autoevaluate/model-evaluator)."
|
193 |
)
|
194 |
|
195 |
# Make the default metric appear right after model names
|