maintenance
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ st.write("DeepMind Language Perceiver for Multiclass Emotion Classification (Eng
|
|
87 |
|
88 |
maintenance = True
|
89 |
if maintenance:
|
90 |
-
|
91 |
else:
|
92 |
# Variables
|
93 |
ids = {'perceiver-go-emotions': st.secrets['model_key']}
|
|
|
87 |
|
88 |
maintenance = True
|
89 |
if maintenance:
|
90 |
+
st.write("Unavailable for now (file downloads limit). ")
|
91 |
else:
|
92 |
# Variables
|
93 |
ids = {'perceiver-go-emotions': st.secrets['model_key']}
|