versae commited on
Commit
47107c7
1 Parent(s): d4a6e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
5
 
6
 
7
- LOGO = "https://raw.githubusercontent.com/nlp-en-es/assets/main/logo.png"
8
 
9
  MODELS = {
10
  "RoBERTa Base Gaussian Seq Len 128": {
 
4
  from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
5
 
6
 
7
+ LOGO = "https://huggingface.co/bertin-project/bertin-roberta-base-spanish/resolve/main/images/bertin.png"
8
 
9
  MODELS = {
10
  "RoBERTa Base Gaussian Seq Len 128": {