SIGMitch commited on
Commit
83e23a7
·
verified ·
1 Parent(s): c252ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def resize_image_dimensions(
93
  return new_width, new_height
94
 
95
 
96
- @spaces.GPU(duration=100)
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,