mgetz commited on
Commit
3ee0296
·
verified ·
1 Parent(s): 189472c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ placeholder = """
118
 
119
  # Setup the Gradio Blocks interface with custom layout components
120
  with gr.Blocks(theme='Taithrah/Minimal') as demo:
121
- gr.Image("craiyon_140344_Generic_Handsome_celebrity_man_face.png", show_label = False, show_share_button = False, show_download_button = False, width=250, height=250)
122
  gr.Markdown(welcome_message) # Display the formatted welcome message
123
  with gr.Row():
124
  with gr.Column():
 
118
 
119
  # Setup the Gradio Blocks interface with custom layout components
120
  with gr.Blocks(theme='Taithrah/Minimal') as demo:
121
+ gr.Image("craiyon_140344_Generic_Handsome_celebrity_man_face.png", show_label = False, show_share_button = False, show_download_button = False, width=500, height=500)
122
  gr.Markdown(welcome_message) # Display the formatted welcome message
123
  with gr.Row():
124
  with gr.Column():