FahadAlam commited on
Commit
39ba4a7
·
1 Parent(s): 3ff1f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- examples = [["answer: Marcos context: Between all his siblings, Marcos is the most scared of ghosts"], ["answer: 19 context: Esteban is 19 years old"]]
4
 
5
- gr.Interface.load("huggingface/mrm8488/t5-base-finetuned-question-generation-ap", title="Question to Answer" ,examples=examples).launch();
 
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 or operational uses."]]
4
 
5
+ gr.Interface.load("huggingface/mrm8488/t5-base-finetuned-question-generation-ap", title="Question Generator" ,examples=examples).launch();