dogutcu commited on
Commit
2776140
·
verified ·
1 Parent(s): d5031b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ theme = gr.themes.Base().set(
169
  # Setup the Gradio Blocks interface with custom layout components
170
  with gr.Blocks(theme=theme) as demo:
171
  gr.HTML(custom_css)
172
- gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False)
173
  gr.Markdown(welcome_message) # Display the formatted welcome message
174
  with gr.Row():
175
  with gr.Column():
 
169
  # Setup the Gradio Blocks interface with custom layout components
170
  with gr.Blocks(theme=theme) as demo:
171
  gr.HTML(custom_css)
172
+ gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False, width=300, height=200)
173
  gr.Markdown(welcome_message) # Display the formatted welcome message
174
  with gr.Row():
175
  with gr.Column():