Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def main():
|
|
123 |
elif choice=="Question Generation":
|
124 |
st.subheader("Question Generation")
|
125 |
st.write(" Enter the text to get questions generated !")
|
126 |
-
question_generator = pipeline(
|
127 |
text_input2 = st.text_area("Your Text","Enter the Text to complete")
|
128 |
|
129 |
|
|
|
123 |
elif choice=="Question Generation":
|
124 |
st.subheader("Question Generation")
|
125 |
st.write(" Enter the text to get questions generated !")
|
126 |
+
question_generator = pipeline(model="mrm8488/t5-base-finetuned-question-generation-ap",tokenizer="mrm8488/t5-base-finetuned-question-generation-ap")
|
127 |
text_input2 = st.text_area("Your Text","Enter the Text to complete")
|
128 |
|
129 |
|