tsereno commited on
Commit
c2b864f
1 Parent(s): 4b0f9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks() as demo:
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",
294
  )
295
 
296
  demo.queue(max_size=99).launch(debug=False, show_error=True)
 
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",
294
  )
295
 
296
  demo.queue(max_size=99).launch(debug=False, show_error=True)