ThatOneKevDev commited on
Commit
67c644b
·
verified ·
1 Parent(s): d7b78cb

change image size syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def display_image():
140
 
141
  # Setup the Gradio Blocks interface with custom layout components
142
  with gr.Blocks(theme='JohnSmith9982/gstaff/xkcd') as demo:
143
- gr.Image(display_image(scale=1, min_width=200))
144
  gr.Markdown(welcome_message) # Display the formatted welcome message
145
  with gr.Row():
146
  with gr.Column():
 
140
 
141
  # Setup the Gradio Blocks interface with custom layout components
142
  with gr.Blocks(theme='JohnSmith9982/gstaff/xkcd') as demo:
143
+ gr.Image(display_image(), width = 200, height=200)
144
  gr.Markdown(welcome_message) # Display the formatted welcome message
145
  with gr.Row():
146
  with gr.Column():