nevreal commited on
Commit
d4616ff
·
verified ·
1 Parent(s): 4250bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -20,11 +20,14 @@ def query_image(inputs):
20
  # Define Gradio Blocks UI
21
  with gr.Blocks() as demo:
22
  gr.Markdown("# Vintage Ads Image Generator")
 
 
23
 
24
  with gr.Row():
25
  with gr.Column():
26
  prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
27
- submit_button = gr.Button("Generate Image")
 
28
 
29
  with gr.Column():
30
  output_image = gr.Image(label="Generated Image")
 
20
  # Define Gradio Blocks UI
21
  with gr.Blocks() as demo:
22
  gr.Markdown("# Vintage Ads Image Generator")
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
  with gr.Column():
28
  prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
29
+ with gr.Row():
30
+ submit_button = gr.Button("Generate Image")
31
 
32
  with gr.Column():
33
  output_image = gr.Image(label="Generated Image")