sunwaee commited on
Commit
6b04eaa
1 Parent(s): 4bd0d1c

maintenance over

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ st.write("Question Generation, Question Answering and Questions/Answers Generati
54
  ids = {'mt5-small': st.secrets['small'],
55
  'mt5-base': st.secrets['base']}
56
 
57
- maintenance = True
58
 
59
  if maintenance:
60
  st.write("Unavailable for now (maintenance). ")
 
54
  ids = {'mt5-small': st.secrets['small'],
55
  'mt5-base': st.secrets['base']}
56
 
57
+ maintenance = False
58
 
59
  if maintenance:
60
  st.write("Unavailable for now (maintenance). ")