Spaces:
Running
Running
Commit
·
f5ee3a9
1
Parent(s):
2fc6aab
fix versioning
Browse files- requirements.txt +1 -1
- utils.py +1 -1
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
gradio>=4.44.1
|
2 |
-
transformer-ranker
|
|
|
1 |
gradio>=4.44.1
|
2 |
+
transformer-ranker==0.1.2
|
utils.py
CHANGED
@@ -20,7 +20,7 @@ HEADLINE = """
|
|
20 |
</p>
|
21 |
<p align="center" style="font-weight: bold; margin-top: 20px; display: flex; justify-content: center; gap: 10px;">
|
22 |
<a href="https://github.com/flairNLP/transformer-ranker">
|
23 |
-
<img src="https://img.shields.io/badge/
|
24 |
</a>
|
25 |
<a href="https://pypi.org/project/transformer-ranker/">
|
26 |
<img src="https://img.shields.io/badge/Package-orange?style=flat&logo=python" alt="Package Badge">
|
|
|
20 |
</p>
|
21 |
<p align="center" style="font-weight: bold; margin-top: 20px; display: flex; justify-content: center; gap: 10px;">
|
22 |
<a href="https://github.com/flairNLP/transformer-ranker">
|
23 |
+
<img src="https://img.shields.io/badge/Repository-black?style=flat&logo=github" alt="GitHub Repo">
|
24 |
</a>
|
25 |
<a href="https://pypi.org/project/transformer-ranker/">
|
26 |
<img src="https://img.shields.io/badge/Package-orange?style=flat&logo=python" alt="Package Badge">
|