toshas commited on
Commit
8ff5363
·
verified ·
1 Parent(s): d3a8ef9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ class ImageFiltersApp(DualVisionApp):
58
  "filter_size": filter_size,
59
  }
60
 
 
61
  def process(self, image_in: Image.Image, **kwargs):
62
  """
63
  Process an input image into multiple modalities using the provided arguments or default settings.
 
58
  "filter_size": filter_size,
59
  }
60
 
61
+ @spaces.GPU
62
  def process(self, image_in: Image.Image, **kwargs):
63
  """
64
  Process an input image into multiple modalities using the provided arguments or default settings.