Spaces:
Running
Running
Update app.py
Browse files
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.
|