jmyint commited on
Commit
61f324a
·
verified ·
1 Parent(s): faf9a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ I'll do my best to help find some artists for you! If you want a different recco
127
 
128
  # Setup the Gradio Blocks interface with custom layout components
129
  with gr.Blocks(theme='ParityError/Anime') as demo:
130
- gr.Image("file:///Users/scholar/Downloads/music-therapy-hospice_header.jpg", show_label = False, show_share_button = False, show_download_button = False)
131
  gr.Markdown(welcome_message) # Display the formatted welcome message
132
  with gr.Row():
133
  with gr.Column():
 
127
 
128
  # Setup the Gradio Blocks interface with custom layout components
129
  with gr.Blocks(theme='ParityError/Anime') as demo:
130
+ gr.Image("Screenshot 2024-07-31 at 2.00.02 PM.png", show_label = False, show_share_button = False, show_download_button = False)
131
  gr.Markdown(welcome_message) # Display the formatted welcome message
132
  with gr.Row():
133
  with gr.Column():