Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
|
|
| 21 |
|
| 22 |
with gr.Row():
|
| 23 |
gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/miamivice/resolve/main/miami.jpg width=720px>")
|
| 24 |
-
output = gr.Image(label="Output")
|
| 25 |
with gr.Row():
|
| 26 |
art_to_draw = gr.Textbox(label="Art to Draw")
|
| 27 |
submit_btn = gr.Button("Submit")
|
|
|
|
| 21 |
|
| 22 |
with gr.Row():
|
| 23 |
gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/miamivice/resolve/main/miami.jpg width=720px>")
|
| 24 |
+
output = gr.Image(label="Output").style(width=720)
|
| 25 |
with gr.Row():
|
| 26 |
art_to_draw = gr.Textbox(label="Art to Draw")
|
| 27 |
submit_btn = gr.Button("Submit")
|