3mrology commited on
Commit
1d6f8d9
1 Parent(s): 7c1ece8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as demo:
50
  elem_id="translated"
51
  )
52
  with gr.Row():
53
- diffuse_btn = gr.Button(value="Diffuse the Prompt!")
54
  with gr.Column(elem_id="generated-gallery"):
55
  sd_output = gr.Gallery().style(grid=2, height="auto")
56
  with gr.Group(elem_id="share-btn-container"):
 
50
  elem_id="translated"
51
  )
52
  with gr.Row():
53
+ diffuse_btn = gr.Button(value="Generate!")
54
  with gr.Column(elem_id="generated-gallery"):
55
  sd_output = gr.Gallery().style(grid=2, height="auto")
56
  with gr.Group(elem_id="share-btn-container"):