Spaces:
Runtime error
Runtime error
UnarineLeo
commited on
Commit
•
6c45472
1
Parent(s):
8a5ceeb
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,9 @@ def render_metadata():
|
|
115 |
html = r"""<p align="center">
|
116 |
<a href="https://huggingface.co/dsfsi/za-lid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
|
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://
|
119 |
-
<a href="https://
|
|
|
120 |
</p>"""
|
121 |
c = st.container()
|
122 |
c.write(html, unsafe_allow_html=True)
|
@@ -359,6 +360,10 @@ render_metadata()
|
|
359 |
|
360 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
361 |
|
|
|
|
|
|
|
|
|
362 |
|
363 |
|
364 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|
|
|
115 |
html = r"""<p align="center">
|
116 |
<a href="https://huggingface.co/dsfsi/za-lid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
|
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://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>
|
119 |
+
<a href="https://huggingface.co/papers/1911.02116" target="_blank"><img alt="arxiv" src="https://img.shields.io/badge/arxiv-1911.02116-blue"></a>
|
120 |
+
|
121 |
</p>"""
|
122 |
c = st.container()
|
123 |
c.write(html, unsafe_allow_html=True)
|
|
|
360 |
|
361 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
362 |
|
363 |
+
with st.expander("More information about the space"):
|
364 |
+
st.write('''
|
365 |
+
Authors: Alexandre Lacoste, Alexandra Luccioni, Victor Schmidt, Thomas Dandres
|
366 |
+
''')
|
367 |
|
368 |
|
369 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|