ovi054 commited on
Commit
dc39033
·
verified ·
1 Parent(s): 1a5c88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,11 +126,11 @@ with gr.Blocks(css=css) as app:
126
 
127
  with gr.Row():
128
  # text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
129
- text_button = gr.Button("✨ Generate Image", variant='primary', elem_id="gen-button")
130
  with gr.Row():
131
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
132
  with gr.Row():
133
- seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_classes=["generate-btn"])
134
 
135
  gr.Markdown(article_text)
136
 
 
126
 
127
  with gr.Row():
128
  # text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
129
+ text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
130
  with gr.Row():
131
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
132
  with gr.Row():
133
+ seed_output = gr.Textbox(label="Seed Used", show_copy_button = True)
134
 
135
  gr.Markdown(article_text)
136