tsereno commited on
Commit
caee6b6
1 Parent(s): cf26105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
245
  "",
246
  32,
247
  1,
248
- [("What is it?", "")]
249
  ],
250
  [
251
  "",
@@ -256,7 +256,7 @@ with gr.Blocks() as demo:
256
  "",
257
  32,
258
  1,
259
- [("What is it?", "")]
260
  ]
261
  ],
262
  #cache_examples="lazy",
 
245
  "",
246
  32,
247
  1,
248
+ [("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 or ball flight.(For simulator images only) If stats are displayed, report the estimated carry distance, launch angle, and ball spin.If the image is a simulator screen, highlight any features specific to the simulator software.", "")]
249
  ],
250
  [
251
  "",
 
256
  "",
257
  32,
258
  1,
259
+ [("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 or ball flight.(For simulator images only) If stats are displayed, report the estimated carry distance, launch angle, and ball spin.If the image is a simulator screen, highlight any features specific to the simulator software.", "")]
260
  ]
261
  ],
262
  #cache_examples="lazy",