Spaces:
Runtime error
Runtime error
maintenance over
Browse files
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 =
|
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). ")
|