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

load_model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -139,8 +139,9 @@ def outpaint_image(image):
139
 
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(
 
139
 
140
  @spaces.GPU
141
  def predict_image(cond_image, prompt, negative_prompt):
142
+ print("Processing...")
143
  global pipe
144
+ print("Processing...")
145
  generator = torch.Generator()
146
  generator.manual_seed(random.randint(0, 2147483647))
147
  image = pipe(