Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|