Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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():
|