alanchan808 commited on
Commit
7531a8f
1 Parent(s): d803ebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -64,11 +64,13 @@ def generate(question):
64
  return answer, embed_video_html+'</div>'
65
 
66
  examples = [
67
- "Tell me step by step how to find out my dominant eye when I play tennis.",
68
- "What do we look for in a great tennis player? Write out the essential attributes.",
69
- "Who has the best tennis serve? Explain in details.",
70
  "Compare Novak and Nadal gamestyle in details. Who is better?",
71
- "Who is the tennis GOAT?"
 
 
72
  ]
73
 
74
  def process_example(args):
 
64
  return answer, embed_video_html+'</div>'
65
 
66
  examples = [
67
+ "Describe Serena Williams game style in details.",
68
+ "What should I do to improve my forehand groundstroke? Describe the motions step by step.",
69
+ "Compare Serena and Venus game style in details. Who is better?",
70
  "Compare Novak and Nadal gamestyle in details. Who is better?",
71
+ "Who is the tennis GOAT?",
72
+ "Who in the young generation will be next great tennis player? Explain in details.",
73
+ "Which American tennis player will win a grand slam in the future?"
74
  ]
75
 
76
  def process_example(args):