Spaces:
Runtime error
Runtime error
Use bertin logo
Browse files- app.py +2 -2
- bertin.png +0 -0
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import streamlit as st
|
|
| 4 |
from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
|
| 5 |
|
| 6 |
|
| 7 |
-
LOGO = "
|
| 8 |
|
| 9 |
MODELS = {
|
| 10 |
"RoBERTa Base Gaussian Seq Len 512": {
|
|
@@ -102,4 +102,4 @@ st.markdown(
|
|
| 102 |
You can find more information about these models
|
| 103 |
[here](https://huggingface.co/bertin-project/bertin-roberta-base-spanish).
|
| 104 |
"""
|
| 105 |
-
)
|
|
|
|
| 4 |
from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
|
| 5 |
|
| 6 |
|
| 7 |
+
LOGO = "bertin.png"
|
| 8 |
|
| 9 |
MODELS = {
|
| 10 |
"RoBERTa Base Gaussian Seq Len 512": {
|
|
|
|
| 102 |
You can find more information about these models
|
| 103 |
[here](https://huggingface.co/bertin-project/bertin-roberta-base-spanish).
|
| 104 |
"""
|
| 105 |
+
)
|
bertin.png
ADDED
|