prithivMLmods commited on
Commit
09e7433
1 Parent(s): ce50a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ grid_sizes = {
58
  "1x1": (1, 1)
59
  }
60
 
61
- @spaces.GPU
62
  def infer(
63
  prompt,
64
  negative_prompt="",
 
58
  "1x1": (1, 1)
59
  }
60
 
61
+ @spaces.GPU(duration=100)
62
  def infer(
63
  prompt,
64
  negative_prompt="",