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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -23,10 +23,9 @@ with gr.Blocks() as demo:
23
  with gr.Row():
24
  gr.Markdown("model by [multimodalart](https://huggingface.co/multimodalart) this spces by [nevreal](https://huggingface.co/nevreal)")
25
 
26
- with gr.Column():
27
- with gr.Row():
28
- prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
29
- submit_button = gr.Button("Generate Image")
30
 
31
  with gr.Column():
32
  output_image = gr.Image(label="Generated Image")
 
23
  with gr.Row():
24
  gr.Markdown("model by [multimodalart](https://huggingface.co/multimodalart) this spces by [nevreal](https://huggingface.co/nevreal)")
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")