mswhite commited on
Commit
6a5e110
·
1 Parent(s): 1acc4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=640px>")
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")