SkalskiP commited on
Commit
4fda942
1 Parent(s): 5d92a23

add duration=150

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,