Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ with gr.Blocks(css=css) as demo:
|
|
206 |
|
207 |
favicon = '<img src="" width="48px" style="display: inline">'
|
208 |
gr.Markdown(
|
209 |
-
f"""<h1><center
|
210 |
"""
|
211 |
)
|
212 |
|
@@ -216,7 +216,7 @@ with gr.Blocks(css=css) as demo:
|
|
216 |
current_model = gr.Dropdown(label="Current Model", choices=list_models, value=list_models[0])
|
217 |
|
218 |
with gr.Row(elem_id="prompt-container"):
|
219 |
-
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute dog", lines=1, elem_id="prompt-text-input")
|
220 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
221 |
|
222 |
with gr.Row():
|
|
|
206 |
|
207 |
favicon = '<img src="" width="48px" style="display: inline">'
|
208 |
gr.Markdown(
|
209 |
+
f"""<h1><center>🐦 {favicon} AII Diffusion</center></h1>
|
210 |
"""
|
211 |
)
|
212 |
|
|
|
216 |
current_model = gr.Dropdown(label="Current Model", choices=list_models, value=list_models[0])
|
217 |
|
218 |
with gr.Row(elem_id="prompt-container"):
|
219 |
+
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute dog", value = "a lovely cat" lines=1, elem_id="prompt-text-input")
|
220 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
221 |
|
222 |
with gr.Row():
|