greendra commited on
Commit
54a951c
·
1 Parent(s): 772cd67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")