Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def sample_then_run(net):
|
|
139 |
seed = 5
|
140 |
cfg = 3.0
|
141 |
steps = 25
|
142 |
-
image =
|
143 |
return net,net,image
|
144 |
|
145 |
@torch.no_grad()
|
|
|
139 |
seed = 5
|
140 |
cfg = 3.0
|
141 |
steps = 25
|
142 |
+
image = inference(net, prompt, negative_prompt, cfg, steps, seed)
|
143 |
return net,net,image
|
144 |
|
145 |
@torch.no_grad()
|