Kitorosano commited on
Commit
dc5f85e
1 Parent(s): 62408dc

Updated examples

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 = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
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: 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();