Choquinlabs commited on
Commit
d468978
·
verified ·
1 Parent(s): c7d70f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -191,7 +191,9 @@ def update_dimensions_on_upload(image):
191
 
192
  return new_width, new_height
193
 
194
- @spaces.GPU
 
 
195
  def infer(
196
  images,
197
  prompt,
 
191
 
192
  return new_width, new_height
193
 
194
+
195
+
196
+ @spaces.GPU(duration=20)
197
  def infer(
198
  images,
199
  prompt,