sunwaee commited on
Commit
69fd276
1 Parent(s): fe44736

updated secrets

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ st.title("Questions/Answers Pairs Gen.")
51
  st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
52
 
53
  # Variables
54
- ids = {'mt5-small': st.secrets['model_key']
55
- , 'mt5-base': st.secrets['model_key_2']}
56
  # ids = {'mt5-small': ''}
57
 
58
  # Download all models from drive
 
51
  st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
52
 
53
  # Variables
54
+ ids = {'mt5-small': st.secrets['small']
55
+ , 'mt5-base': st.secrets['base']}
56
  # ids = {'mt5-small': ''}
57
 
58
  # Download all models from drive