pere commited on
Commit
b485646
·
1 Parent(s): 3ff292d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)