om-app commited on
Commit
aba7a1a
·
1 Parent(s): 4d38baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(css=css) as demo:
69
  input_text = gr.Textbox(label="Short text prompt",
70
  lines=4, elem_id="input-text")
71
  with gr.Row():
72
- see_prompts = gr.Button("Feed in your text!")
73
 
74
  with gr.Column():
75
  text_output = gr.Textbox(
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
78
  elem_id="translated"
79
  )
80
  with gr.Row():
81
- diffuse_btn = gr.Button(value="Diffuse the Prompt!")
82
  with gr.Column(elem_id="generated-gallery"):
83
  sd_output = gr.Gallery().style(grid=2, height="auto")
84
  with gr.Group(elem_id="share-btn-container"):
 
69
  input_text = gr.Textbox(label="Short text prompt",
70
  lines=4, elem_id="input-text")
71
  with gr.Row():
72
+ see_prompts = gr.Button("Enter short text")
73
 
74
  with gr.Column():
75
  text_output = gr.Textbox(
 
78
  elem_id="translated"
79
  )
80
  with gr.Row():
81
+ diffuse_btn = gr.Button(value="Generate art!")
82
  with gr.Column(elem_id="generated-gallery"):
83
  sd_output = gr.Gallery().style(grid=2, height="auto")
84
  with gr.Group(elem_id="share-btn-container"):