zamal commited on
Commit
83e9976
·
verified ·
1 Parent(s): d9d2814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if torch.cuda.is_available():
56
  )
57
 
58
 
59
- @spaces.GPU()
60
  def get_image_description(image):
61
  torch.cuda.empty_cache()
62
  gc.collect()
 
56
  )
57
 
58
 
59
+ @spaces.GPU
60
  def get_image_description(image):
61
  torch.cuda.empty_cache()
62
  gc.collect()