edchaud commited on
Commit
7edd3d6
1 Parent(s): 57ed70b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
 
5
- st.title('Codigo de prueba')
6
  with st.sidebar:
7
  st.session_state.model = st.selectbox("Seleccione un modelo",['edchaud/Tallerfn_tun_mod_eval'])
8
 
 
2
  from transformers import pipeline
3
 
4
 
5
+ st.title('Publico Taller2 - HuggingFace')
6
  with st.sidebar:
7
  st.session_state.model = st.selectbox("Seleccione un modelo",['edchaud/Tallerfn_tun_mod_eval'])
8