FoodDesert commited on
Commit
e0e3e94
1 Parent(s): 65c472b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -659,7 +659,7 @@ with gr.Blocks(css=css) as app:
659
  #image_path = os.path.join("https://huggingface.co/spaces/FoodDesert/Prompt_Squirrel/resolve/main", "transparentsquirrel.png")
660
  #gr.HTML('<div style="text-align: center;"><img src="transparentsquirrel.png" alt="Cute Mascot" style="max-height: 100px; background: transparent;"></div><br>')
661
  #gr.HTML("<br>" * 2) # Adjust the number of line breaks ("<br>") as needed to push the button down
662
- gr.Image(value=("transparentsquirrel.png"),show_label=False, show_download_button=False, show_share_button=False, height=200)
663
  submit_button = gr.Button(variant="primary")
664
  with gr.Row():
665
  with gr.Column(scale=3):
 
659
  #image_path = os.path.join("https://huggingface.co/spaces/FoodDesert/Prompt_Squirrel/resolve/main", "transparentsquirrel.png")
660
  #gr.HTML('<div style="text-align: center;"><img src="transparentsquirrel.png" alt="Cute Mascot" style="max-height: 100px; background: transparent;"></div><br>')
661
  #gr.HTML("<br>" * 2) # Adjust the number of line breaks ("<br>") as needed to push the button down
662
+ gr.Image(value='./transparentsquirrel.png',show_label=False, show_download_button=False, show_share_button=False, height=200)
663
  submit_button = gr.Button(variant="primary")
664
  with gr.Row():
665
  with gr.Column(scale=3):