Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,6 @@ def main():
|
|
139 |
# Decode the questions from the output ids using the tokenizer
|
140 |
questions = tokenizer.decode(question_ids[0], skip_special_tokens=True)
|
141 |
# Display the questions to the user
|
142 |
-
st.write("Generated Questions:")
|
143 |
st.write(questions)
|
144 |
|
145 |
#main function to run
|
|
|
139 |
# Decode the questions from the output ids using the tokenizer
|
140 |
questions = tokenizer.decode(question_ids[0], skip_special_tokens=True)
|
141 |
# Display the questions to the user
|
|
|
142 |
st.write(questions)
|
143 |
|
144 |
#main function to run
|