Prgckwb commited on
Commit
9c02482
1 Parent(s): aed67d7

:tada: add negative embedding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ EXAMPLES = [
75
  ]
76
 
77
 
78
- @spaces.GPU()
79
  @torch.inference_mode()
80
  def inference(
81
  prompt: str,
 
75
  ]
76
 
77
 
78
+ @spaces.GPU(duration=120)
79
  @torch.inference_mode()
80
  def inference(
81
  prompt: str,