sophcheng commited on
Commit
a7c66fa
·
verified ·
1 Parent(s): 323ab59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -158,9 +158,8 @@ theme = gr.themes.Monochrome(
158
  button_primary_background_fill='#054A91',
159
  button_primary_background_fill_dark='#054A91'
160
  )
161
- gr.themes.builder()
162
  # Setup the Gradio Blocks interface with custom layout components
163
- with gr.Blocks(theme=theme, neutral_hue=gr.themes.colors.zinc) as demo:
164
  gr.Image("ally.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
165
  gr.Markdown(welcome_message) # Display the formatted welcome message
166
  with gr.Row():
 
158
  button_primary_background_fill='#054A91',
159
  button_primary_background_fill_dark='#054A91'
160
  )
 
161
  # Setup the Gradio Blocks interface with custom layout components
162
+ with gr.Blocks(theme=theme) as demo:
163
  gr.Image("ally.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
164
  gr.Markdown(welcome_message) # Display the formatted welcome message
165
  with gr.Row():