Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def generate(prompt, negative_prompt):
|
|
| 24 |
num_inference_steps=30,
|
| 25 |
width=1024,
|
| 26 |
height=1024,
|
| 27 |
-
).images
|
| 28 |
|
| 29 |
|
| 30 |
gr.Interface(
|
|
|
|
| 24 |
num_inference_steps=30,
|
| 25 |
width=1024,
|
| 26 |
height=1024,
|
| 27 |
+
).images
|
| 28 |
|
| 29 |
|
| 30 |
gr.Interface(
|