FrankFacundo commited on
Commit
565f802
·
1 Parent(s): bcb79da

increase inference time

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ def _make_preview(
265
  # --------------------------------------------------
266
 
267
 
268
- @spaces.GPU
269
  def infer(
270
  control_image: Image.Image,
271
  prompt: str,
 
265
  # --------------------------------------------------
266
 
267
 
268
+ @spaces.GPU(duration=120)
269
  def infer(
270
  control_image: Image.Image,
271
  prompt: str,