Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|