Jorch08 commited on
Commit
ccaafbc
·
verified ·
1 Parent(s): ac679a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,13 +1,13 @@
1
- # When prompted for a password, use an access token with write permissions.
2
- # Generate one from your settings: https://huggingface.co/settings/tokens
3
- git clone https://huggingface.co/spaces/Jorch08/ReconocimientoDeEntrorno
 
4
 
5
  cd ReconocimientoDeEntrorno
6
  git add app.py
7
  git commit -m "Add application file"
8
  git push
9
 
10
- import streamlit as st
11
 
12
  x = st.slider('Select a value')
13
  st.write(x, 'squared is', x * x)
 
1
+ import streamlit as st
2
+ from transformers import pipeline
3
+ import streamlit as st
4
+
5
 
6
  cd ReconocimientoDeEntrorno
7
  git add app.py
8
  git commit -m "Add application file"
9
  git push
10
 
 
11
 
12
  x = st.slider('Select a value')
13
  st.write(x, 'squared is', x * x)