sunwaee commited on
Commit
b128495
1 Parent(s): 773ee0b

maintenance

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print("Unavailable for now (file downloads limit). ")
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']}