tsereno commited on
Commit
cc8d4ca
1 Parent(s): c2b864f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks() as demo:
275
  "",
276
  32,
277
  1,
278
- [("Identify the type of hole (par 3, 4, or 5) based on visual cues (distance markers, green size).Describe any hazards present (bunkers, water features, rough).Mention the slope and direction of the green (if possible).Identify the type of club the golfer is holding (driver, iron, putter) based on visual clues (head shape, shaft length).For simulator images, mention any special features displayed on the screen related to club selection, swing, ball flight, distance, carry, launch angle, and ball spin.Analyze parts of golfer's swing and make recommendations.", "")]
279
  ],
280
  [
281
  "",
@@ -287,7 +287,7 @@ with gr.Blocks() as demo:
287
  "",
288
  32,
289
  1,
290
- [("Identify the type of hole (par 3, 4, or 5) based on visual cues (distance markers, green size).Describe any hazards present (bunkers, water features, rough).Mention the slope and direction of the green (if possible).Identify the type of club the golfer is holding (driver, iron, putter) based on visual clues (head shape, shaft length).For simulator images, mention any special features displayed on the screen related to club selection, swing, ball flight, distance, carry, launch angle, and ball spin.Analyze parts of golfer's swing and make recommendations.", "")]
291
  ]
292
  ],
293
  #cache_examples="lazy",
 
275
  "",
276
  32,
277
  1,
278
+ [("Identify whether on driving range or golf course. If on golf course, identify the type of hole (par 3, 4, or 5) based on visual cues (distance markers, green size). If on golf course, describe any hazards present (bunkers, water features, rough) and mention the slope and direction of the green if possible. Identify the type of club the golfer is holding (driver, iron, putter) based on visual clues (head shape, shaft length).For simulator images, mention any special features displayed on the screen related to club selection, swing, ball flight, distance, carry, launch angle, and ball spin.Analyze parts of golfer's swing and make recommendations.", "")]
279
  ],
280
  [
281
  "",
 
287
  "",
288
  32,
289
  1,
290
+ [("Identify whether on driving range or golf course. If on golf course, identify the type of hole (par 3, 4, or 5) based on visual cues (distance markers, green size). If on golf course, describe any hazards present (bunkers, water features, rough) and mention the slope and direction of the green if possible. Identify the type of club the golfer is holding (driver, iron, putter) based on visual clues (head shape, shaft length).For simulator images, mention any special features displayed on the screen related to club selection, swing, ball flight, distance, carry, launch angle, and ball spin.Analyze parts of golfer's swing and make recommendations.", "")]
291
  ]
292
  ],
293
  #cache_examples="lazy",