Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def predict(
|
|
50 |
):
|
51 |
generator = torch.Generator() if randomize_seed else torch.manual_seed(seed)
|
52 |
output = pipe(
|
53 |
-
|
54 |
width=1024,
|
55 |
height=512,
|
56 |
negative_prompt=negative_prompt,
|
|
|
50 |
):
|
51 |
generator = torch.Generator() if randomize_seed else torch.manual_seed(seed)
|
52 |
output = pipe(
|
53 |
+
prompt,
|
54 |
width=1024,
|
55 |
height=512,
|
56 |
negative_prompt=negative_prompt,
|