Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ def display_image():
|
|
162 |
|
163 |
# Setup the Gradio Blocks interface with custom layout components
|
164 |
with gr.Blocks(theme='gstaff/xkcd') as demo:
|
165 |
-
gr.Image(display_image(), width =
|
166 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|
|
|
162 |
|
163 |
# Setup the Gradio Blocks interface with custom layout components
|
164 |
with gr.Blocks(theme='gstaff/xkcd') as demo:
|
165 |
+
gr.Image(display_image(), width = 2000, height=600)
|
166 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|