sunwaee commited on
Commit
277c0bd
1 Parent(s): e11691c

added secret

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ st.title("Multiclass Emotion Classification")
93
  st.write("DeepMind Language Perceiver for Multiclass Emotion Classification (Eng). ")
94
 
95
  # Variables
96
- ids = {'perceiver-go-emotions': '15m-p0Pwwnh3STi7zXHkKr9HFxliGJikU'}
97
  labels = load_labels()
98
 
99
  # Download all models from drive
 
93
  st.write("DeepMind Language Perceiver for Multiclass Emotion Classification (Eng). ")
94
 
95
  # Variables
96
+ ids = {'perceiver-go-emotions': st.secrets['model_key']}
97
  labels = load_labels()
98
 
99
  # Download all models from drive