Jagrut Thakare commited on
Commit
11c6dd7
Β·
1 Parent(s): 58a198f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ else :
26
  MAX_SEED = np.iinfo(np.int32).max
27
  MAX_IMAGE_SIZE = 1024
28
 
29
- @spaces.GPU
30
  def infer(
31
  prompt,
32
  negative_prompt="",
 
26
  MAX_SEED = np.iinfo(np.int32).max
27
  MAX_IMAGE_SIZE = 1024
28
 
29
+ @spaces.GPU()
30
  def infer(
31
  prompt,
32
  negative_prompt="",