Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ with gr.Blocks(css=css_str) as demo:
|
|
| 228 |
with gr.Column():
|
| 229 |
text_input = gr.Textbox(
|
| 230 |
label="Text Prompt",
|
| 231 |
-
placeholder="E.g., 'He is a man with
|
| 232 |
)
|
| 233 |
generate_button = gr.Button("Generate Image")
|
| 234 |
with gr.Column():
|
|
|
|
| 228 |
with gr.Column():
|
| 229 |
text_input = gr.Textbox(
|
| 230 |
label="Text Prompt",
|
| 231 |
+
placeholder="E.g., 'He is a man with brown hair.'",
|
| 232 |
)
|
| 233 |
generate_button = gr.Button("Generate Image")
|
| 234 |
with gr.Column():
|