Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def resize_image_dimensions(
|
|
| 93 |
return new_width, new_height
|
| 94 |
|
| 95 |
|
| 96 |
-
@spaces.GPU(duration=
|
| 97 |
def process(
|
| 98 |
input_image_editor: dict,
|
| 99 |
input_text: str,
|
|
|
|
| 93 |
return new_width, new_height
|
| 94 |
|
| 95 |
|
| 96 |
+
@spaces.GPU(duration=80)
|
| 97 |
def process(
|
| 98 |
input_image_editor: dict,
|
| 99 |
input_text: str,
|