tsereno commited on
Commit
e2ffb20
1 Parent(s): 97edf64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -336,6 +336,19 @@ with gr.Blocks() as demo:
336
  1,
337
  "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.",
338
  [("", "")]
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  ]
340
  ],
341
  #cache_examples="lazy",
 
336
  1,
337
  "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.",
338
  [("", "")]
339
+ ],
340
+ [
341
+ "",
342
+ "gemini-1.5-flash-latest",
343
+ None,
344
+ "./example3.mp4",
345
+ .4,
346
+ 1024,
347
+ "",
348
+ 32,
349
+ 1,
350
+ "Transcribe",
351
+ [("", "")]
352
  ]
353
  ],
354
  #cache_examples="lazy",