nevreal commited on
Commit
cb4024a
·
verified ·
1 Parent(s): 12564d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
25
 
26
  with gr.Row():
27
  prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
28
- submit_button = gr.Button("Generate Image")
29
 
30
  with gr.Column():
31
  output_image = gr.Image(label="Generated Image")
 
25
 
26
  with gr.Row():
27
  prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
28
+ submit_button = gr.Button("Generate Image")
29
 
30
  with gr.Column():
31
  output_image = gr.Image(label="Generated Image")