Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def nagelize(text):
|
|
| 20 |
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=
|
| 24 |
output = gr.Image(label="Output")
|
| 25 |
with gr.Row():
|
| 26 |
art_to_draw = gr.Textbox(label="Art to Draw")
|
|
|
|
| 20 |
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")
|