Spaces:
Runtime error
Runtime error
updated secrets
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ st.title("Questions/Answers Pairs Gen.")
|
|
51 |
st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
|
52 |
|
53 |
# Variables
|
54 |
-
ids = {'mt5-small': st.secrets['
|
55 |
-
, 'mt5-base': st.secrets['
|
56 |
# ids = {'mt5-small': ''}
|
57 |
|
58 |
# Download all models from drive
|
|
|
51 |
st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
|
52 |
|
53 |
# Variables
|
54 |
+
ids = {'mt5-small': st.secrets['small']
|
55 |
+
, 'mt5-base': st.secrets['base']}
|
56 |
# ids = {'mt5-small': ''}
|
57 |
|
58 |
# Download all models from drive
|