cbensimon HF Staff commited on
Commit
cd7db4b
·
1 Parent(s): 83b0f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ config.flavor_intermediate_count = 512
44
  config.blip_num_beams = 64
45
 
46
  @spaces.GPU
47
- def cache_features:
48
  Interrogator(config)
49
 
50
  cache_features()
 
44
  config.blip_num_beams = 64
45
 
46
  @spaces.GPU
47
+ def cache_features():
48
  Interrogator(config)
49
 
50
  cache_features()