hpeskoff commited on
Commit
427f4a8
·
verified ·
1 Parent(s): 40867ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ def display_image():
132
 
133
  # Setup the Gradio Blocks interface with custom layout components
134
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
135
  gr.Markdown(welcome_message) # Display the formatted welcome message
136
  with gr.Row():
137
  with gr.Column():
 
132
 
133
  # Setup the Gradio Blocks interface with custom layout components
134
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
135
+ gr.Image(display_image(), show_label = False, show_share_button = False, show_download_button = False)
136
  gr.Markdown(welcome_message) # Display the formatted welcome message
137
  with gr.Row():
138
  with gr.Column():