mswhite commited on
Commit
1bbf70e
·
verified ·
1 Parent(s): da71d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def legoize(text):
19
 
20
  with gr.Blocks() as demo:
21
 
22
- gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/Bricksburg/resolve/main/0071.jpg width=720px>")
23
  output = gr.Image(label="Output", width=720)
24
  art_to_draw = gr.Textbox(label="Prompt to Draw: e.g. ")
25
  flashb_btn = gr.Button("Spray Paint the Wall")
 
19
 
20
  with gr.Blocks() as demo:
21
 
22
+ gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/Graffiti/resolve/main/0071.jpg width=720px>")
23
  output = gr.Image(label="Output", width=720)
24
  art_to_draw = gr.Textbox(label="Prompt to Draw: e.g. ")
25
  flashb_btn = gr.Button("Spray Paint the Wall")