Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
btn.click(fn=generate, inputs=[ques], outputs=[ans])
|
56 |
examples = gr.Examples(
|
57 |
examples=[
|
|
|
58 |
"When is Leonhard Euler's birthday?",
|
59 |
"Who were the 3 main characters in GTA V?",
|
60 |
"Who was the voice actor for Kratos in God of War: Ragnarok?",
|
|
|
55 |
btn.click(fn=generate, inputs=[ques], outputs=[ans])
|
56 |
examples = gr.Examples(
|
57 |
examples=[
|
58 |
+
"Where did Jim Simons get his PhD?",
|
59 |
"When is Leonhard Euler's birthday?",
|
60 |
"Who were the 3 main characters in GTA V?",
|
61 |
"Who was the voice actor for Kratos in God of War: Ragnarok?",
|