MSey90
commited on
correct spleleing
Browse files- app.py +1 -0
- 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 |
-
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
+
huggingface_hub
|