MSey90 commited on
Commit
2150cf1
·
unverified ·
1 Parent(s): 28422fb

correct spleleing

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  from transformers import pipeline
 
2
  import streamlit as st
3
  st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
 
1
  from transformers import pipeline
2
+ from huggingface_hub import login as hf_login
3
  import streamlit as st
4
  st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  streamlit
2
  transformers
3
- hugingface_hub
 
1
  streamlit
2
  transformers
3
+ huggingface_hub