Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
·
b164cb2
1
Parent(s):
8a202e0
options/Banner_Model/Image2Image.py
CHANGED
@@ -39,7 +39,7 @@ def resize_image_dimensions(
|
|
39 |
return new_width, new_height
|
40 |
|
41 |
|
42 |
-
@spaces.GPU
|
43 |
def I2I(
|
44 |
input_image_editor: dict,
|
45 |
input_text: str,
|
|
|
39 |
return new_width, new_height
|
40 |
|
41 |
|
42 |
+
@spaces.GPU(duration=1)
|
43 |
def I2I(
|
44 |
input_image_editor: dict,
|
45 |
input_text: str,
|
options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc
CHANGED
Binary files a/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc and b/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc differ
|
|