Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
-
!pip install st_btn_select
|
3 |
from transformers import T5ForConditionalGeneration, T5TokenizerFast, T5Config
|
4 |
|
5 |
@st.cache(allow_output_mutation=True, suppress_st_warning=True)
|
|
|
1 |
+
pip install st_btn_select
|
2 |
import streamlit as st
|
|
|
3 |
from transformers import T5ForConditionalGeneration, T5TokenizerFast, T5Config
|
4 |
|
5 |
@st.cache(allow_output_mutation=True, suppress_st_warning=True)
|