Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ goodbye_message = """
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|
124 |
-
with gr.Blocks(theme='Celeb_glitzy') as demo:
|
125 |
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)
|
126 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
127 |
with gr.Row():
|
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|
124 |
+
with gr.Blocks(theme='mgetz/Celeb_glitzy') as demo:
|
125 |
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)
|
126 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
127 |
with gr.Row():
|