My-AI-Projects commited on
Commit
7153b76
·
verified ·
1 Parent(s): 5dfcfce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ custom_css = """
130
  """
131
 
132
  # Gradio demo using the Image-Slider custom component
133
- with gr.Blocks(theme=dark_theme,custom_css) as demo:
134
  with gr.Row():
135
  with gr.Column():
136
  bw_image = gr.Image(label='Black and White Input Image')
 
130
  """
131
 
132
  # Gradio demo using the Image-Slider custom component
133
+ with gr.Blocks(theme=dark_theme,css=custom_css) as demo:
134
  with gr.Row():
135
  with gr.Column():
136
  bw_image = gr.Image(label='Black and White Input Image')