Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ def controlnet_params(show_extra):
|
|
| 168 |
|
| 169 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
| 170 |
with gr.Column(elem_id="col-container"):
|
| 171 |
-
gr.Markdown(" # Text-to-
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
model_id = gr.Dropdown(
|
|
@@ -184,13 +184,13 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
| 184 |
prompt = gr.Textbox(
|
| 185 |
label="Prompt",
|
| 186 |
max_lines=1,
|
| 187 |
-
placeholder="Enter your prompt"
|
| 188 |
)
|
| 189 |
|
| 190 |
negative_prompt = gr.Textbox(
|
| 191 |
label="Negative prompt",
|
| 192 |
max_lines=1,
|
| 193 |
-
placeholder="Enter your negative prompt"
|
| 194 |
)
|
| 195 |
|
| 196 |
with gr.Row():
|
|
|
|
| 168 |
|
| 169 |
with gr.Blocks(css=css, fill_height=True) as demo:
|
| 170 |
with gr.Column(elem_id="col-container"):
|
| 171 |
+
gr.Markdown(" # Text-to-image generation of Pusheen the Cat stickers")
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
model_id = gr.Dropdown(
|
|
|
|
| 184 |
prompt = gr.Textbox(
|
| 185 |
label="Prompt",
|
| 186 |
max_lines=1,
|
| 187 |
+
placeholder="Enter your prompt. Start with 'Sticker of funny_cat Pusheen'"
|
| 188 |
)
|
| 189 |
|
| 190 |
negative_prompt = gr.Textbox(
|
| 191 |
label="Negative prompt",
|
| 192 |
max_lines=1,
|
| 193 |
+
placeholder="Enter your negative prompt"
|
| 194 |
)
|
| 195 |
|
| 196 |
with gr.Row():
|