Spaces:
Runtime error
Runtime error
fix prompt
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ gr.Interface(
|
|
56 |
gr.Textbox(
|
57 |
label="Enter your prompt",
|
58 |
max_lines=1,
|
59 |
-
placeholder="best quality, extremely detailed",
|
60 |
),
|
61 |
],
|
62 |
outputs=gr.Gallery().style(grid=[2], height="auto"),
|
|
|
56 |
gr.Textbox(
|
57 |
label="Enter your prompt",
|
58 |
max_lines=1,
|
59 |
+
placeholder="best quality, extremely detailed, a girl wearing white dress",
|
60 |
),
|
61 |
],
|
62 |
outputs=gr.Gallery().style(grid=[2], height="auto"),
|