Wootang01 commited on
Commit
c98a207
1 Parent(s): 9c581ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  title = "Question Answer Generator"
3
  description = "Enter a paragraph or sentence. Ask a question based on the paragraph or sentence."
4
  examples = [
 
1
  import gradio as gr
2
+ from transformers import AutoModelForQuestionAnswering, AutoTokenizer, pipeline
3
  title = "Question Answer Generator"
4
  description = "Enter a paragraph or sentence. Ask a question based on the paragraph or sentence."
5
  examples = [