TheVeshup commited on
Commit
47a69cd
·
verified ·
1 Parent(s): df6cfdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ MAX_SEED = np.iinfo(np.int32).max
29
  MAX_IMAGE_SIZE = 1024
30
 
31
 
32
- @spaces.GPU(duration=50) # ZeroGPU decorator
33
  def infer(
34
  prompt,
35
  negative_prompt,
 
29
  MAX_IMAGE_SIZE = 1024
30
 
31
 
32
+ @spaces.GPU # ZeroGPU decorator
33
  def infer(
34
  prompt,
35
  negative_prompt,