Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ with gr.Blocks(
|
|
258 |
elem_id="version",
|
259 |
)
|
260 |
|
261 |
-
download = gr.HTML(elem_id="download")
|
262 |
output = gr.Image(label="Image Generation", elem_id="output")
|
263 |
name = gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate. Longer and more detailed prompts work better.", elem_id="name")
|
264 |
negprompt = gr.Textbox(label="Negative Prompt", placeholder="Describe the image you want to avoid. Longer and more detailed prompts work better.", elem_id="negprompt")
|
|
|
258 |
elem_id="version",
|
259 |
)
|
260 |
|
261 |
+
download = gr.HTML(elem_id="download", visable=False)
|
262 |
output = gr.Image(label="Image Generation", elem_id="output")
|
263 |
name = gr.Textbox(label="Prompt", placeholder="Describe the image you want to generate. Longer and more detailed prompts work better.", elem_id="name")
|
264 |
negprompt = gr.Textbox(label="Negative Prompt", placeholder="Describe the image you want to avoid. Longer and more detailed prompts work better.", elem_id="negprompt")
|