alfredplpl
commited on
Commit
•
a18414d
1
Parent(s):
62bf8a7
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(css=css) as demo:
|
|
251 |
cool_japan_type.value="Anime"
|
252 |
|
253 |
with gr.Row():
|
254 |
-
prompt = gr.Textbox(label="Prompt", show_label=False, max_lines=2,placeholder="[your prompt]").style(container=False)
|
255 |
generate = gr.Button(value="Generate").style(rounded=(False, True, True, False))
|
256 |
|
257 |
image_out = gr.Image(height=768,width=768)
|
|
|
251 |
cool_japan_type.value="Anime"
|
252 |
|
253 |
with gr.Row():
|
254 |
+
prompt = gr.Textbox(label="Prompt", show_label=False, max_lines=2,placeholder="[your prompt]") # .style(container=False)
|
255 |
generate = gr.Button(value="Generate").style(rounded=(False, True, True, False))
|
256 |
|
257 |
image_out = gr.Image(height=768,width=768)
|