FahadAlam commited on
Commit
d1872ff
1 Parent(s): 5b6d564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- examples = [["answer: Data engineer context: A data engineer is an IT worker whose primary job is to prepare data for analytical uses."]]
4
 
5
  gr.Interface.load("huggingface/mrm8488/t5-base-finetuned-question-generation-ap", title="Question Generator" ,examples=examples).launch();
 
1
  import gradio as gr
2
 
3
+ examples = [["answer: 1948 context: The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948."], ["answer: Tom Kilburn context: The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948."]]
4
 
5
  gr.Interface.load("huggingface/mrm8488/t5-base-finetuned-question-generation-ap", title="Question Generator" ,examples=examples).launch();