nightfury commited on
Commit
8e8f4c8
β€’
1 Parent(s): c904757

Update appli.py

Browse files
Files changed (1) hide show
  1. appli.py +1 -1
appli.py CHANGED
@@ -26,7 +26,7 @@ config.flavor_intermediate_count = 512
26
  config.blip_num_beams = 64
27
  ci = Interrogator(config)
28
 
29
- @spaces.GPU
30
  def inference(image, mode, best_max_flavors):
31
  image = image.convert('RGB')
32
  if mode == 'best':
 
26
  config.blip_num_beams = 64
27
  ci = Interrogator(config)
28
 
29
+ #@spaces.GPU
30
  def inference(image, mode, best_max_flavors):
31
  image = image.convert('RGB')
32
  if mode == 'best':