prithivMLmods commited on
Commit
b639ea4
1 Parent(s): 0a9e16c

Update app.py

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