yeq6x commited on
Commit
2fca804
·
1 Parent(s): 738f6cf

load_model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,9 +140,9 @@ def outpaint_image(image):
140
  @spaces.GPU
141
  def predict_image(cond_image, prompt, negative_prompt):
142
  global pipe
 
143
  generator = torch.Generator()
144
  generator.manual_seed(random.randint(0, 2147483647))
145
- print(pipe)
146
  image = pipe(
147
  prompt,
148
  prompt,
 
140
  @spaces.GPU
141
  def predict_image(cond_image, prompt, negative_prompt):
142
  global pipe
143
+ print(pipe)
144
  generator = torch.Generator()
145
  generator.manual_seed(random.randint(0, 2147483647))
 
146
  image = pipe(
147
  prompt,
148
  prompt,