Spaces:
Runtime error
Runtime error
Kitorosano
commited on
Commit
·
dc5f85e
1
Parent(s):
62408dc
Updated examples
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["
|
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();
|