Spaces:
Runtime error
Runtime error
add duration=150
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def resize_image_dimensions(
|
|
47 |
return new_width, new_height
|
48 |
|
49 |
|
50 |
-
@spaces.GPU()
|
51 |
def process(
|
52 |
input_image_editor: dict,
|
53 |
input_text: str,
|
|
|
47 |
return new_width, new_height
|
48 |
|
49 |
|
50 |
+
@spaces.GPU(duration=150)
|
51 |
def process(
|
52 |
input_image_editor: dict,
|
53 |
input_text: str,
|