added secret
Browse files
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': '
|
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
|