Spaces:
Runtime error
Runtime error
Commit
•
9e46d98
1
Parent(s):
ede3041
Update app.py (#7)
Browse files- Update app.py (a8026057eb48a0c6e62fef6ff4097cf59a904384)
Co-authored-by: Unarine Leo Netshifhefhe <UnarineLeo@users.noreply.huggingface.co>
app.py
CHANGED
@@ -117,7 +117,7 @@ def render_metadata():
|
|
117 |
<a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
|
118 |
<a href="https://github.com/dsfsi/za-lid/blob/master/LICENSE.md"><img alt="GitHub license" src="https://img.shields.io/badge/Github%20Licence-blue"></a>
|
119 |
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform" target="_blank"><img alt="Feedback Form" src="https://img.shields.io/badge/Feedback-Form-brightgreen"></a>
|
120 |
-
<a href="https://
|
121 |
c = st.container()
|
122 |
c.write(html, unsafe_allow_html=True)
|
123 |
|
@@ -364,10 +364,10 @@ with img2:
|
|
364 |
|
365 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
366 |
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
|
372 |
|
373 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|
|
|
117 |
<a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
|
118 |
<a href="https://github.com/dsfsi/za-lid/blob/master/LICENSE.md"><img alt="GitHub license" src="https://img.shields.io/badge/Github%20Licence-blue"></a>
|
119 |
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform" target="_blank"><img alt="Feedback Form" src="https://img.shields.io/badge/Feedback-Form-brightgreen"></a>
|
120 |
+
<a href="https://arxiv.org/abs/2410.08728" target="_blank"><img alt="arxiv" src="https://img.shields.io/badge/arxiv-1911.02116-blue"></a></p>"""
|
121 |
c = st.container()
|
122 |
c.write(html, unsafe_allow_html=True)
|
123 |
|
|
|
364 |
|
365 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
366 |
|
367 |
+
with st.expander("More information about the space"):
|
368 |
+
st.write('''
|
369 |
+
Authors: Thapelo Sindane, Vukosi Marivate
|
370 |
+
''')
|
371 |
|
372 |
|
373 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|