rasyosef commited on
Commit
fd00cce
·
verified ·
1 Parent(s): 682e444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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?",