Spaces:
Runtime error
Runtime error
Commit
·
7e73f81
1
Parent(s):
7076c22
add issue link
Browse files
app.py
CHANGED
@@ -546,7 +546,8 @@ with gr.Blocks() as demo:
|
|
546 |
Optionally, you can set a minimum model card length or metadata quality score to refine your results.
|
547 |
Models are ranked based on metadata quality, with higher scores receiving priority.
|
548 |
In case of equal scores, the original search order determines the ranking.
|
549 |
-
More filtering and sorting options may be added based on user interest!
|
|
|
550 |
"""
|
551 |
)
|
552 |
with gr.Row():
|
|
|
546 |
Optionally, you can set a minimum model card length or metadata quality score to refine your results.
|
547 |
Models are ranked based on metadata quality, with higher scores receiving priority.
|
548 |
In case of equal scores, the original search order determines the ranking.
|
549 |
+
More filtering and sorting options may be added based on user interest!
|
550 |
+
If you have feedback please [open an issue](https://huggingface.co/spaces/librarian-bots/MetaRefine/discussions/new) in the community tab!
|
551 |
"""
|
552 |
)
|
553 |
with gr.Row():
|