FahadAlam commited on
Commit
3ff1f64
1 Parent(s): f0fea05

Create new file

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +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();