Spaces:
Running
on
Zero
Running
on
Zero
load_model
Browse files
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(
|
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(
|