Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,12 +22,11 @@ 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.
|
27 |
-
with gr.
|
28 |
prompt = gr.Textbox(label="Enter your prompt", value="Astronaut riding a horse", lines=2)
|
29 |
-
|
30 |
-
submit_button = gr.Button("Generate Image")
|
31 |
|
32 |
with gr.Column():
|
33 |
output_image = gr.Image(label="Generated Image")
|
|
|
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.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")
|