Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
324a024
1
Parent(s):
f294310
22
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def inference(
|
|
| 63 |
generator = torch.Generator().manual_seed(seed)
|
| 64 |
|
| 65 |
image = pipe(
|
| 66 |
-
prompt=
|
| 67 |
negative_prompt = "ugly blurred",
|
| 68 |
height=1024,
|
| 69 |
width=1024,
|
|
|
|
| 63 |
generator = torch.Generator().manual_seed(seed)
|
| 64 |
|
| 65 |
image = pipe(
|
| 66 |
+
prompt= prompt,
|
| 67 |
negative_prompt = "ugly blurred",
|
| 68 |
height=1024,
|
| 69 |
width=1024,
|