domro11 commited on
Commit
0c2eb04
·
1 Parent(s): bcebfa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("question-generation",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
 
 
123
  elif choice=="Question Generation":
124
  st.subheader("Question Generation")
125
  st.write(" Enter the text to get questions generated !")
126
+ question_generator = pipeline("text2text-generation",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