Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def apply_filter(filter_type, input_image=None):
|
|
112 |
|
113 |
# Gradio interface
|
114 |
with gr.Blocks() as demo:
|
115 |
-
gr.Markdown('# <p align="center"
|
116 |
|
117 |
# Filter options
|
118 |
filter_type = gr.Dropdown(
|
|
|
112 |
|
113 |
# Gradio interface
|
114 |
with gr.Blocks() as demo:
|
115 |
+
gr.Markdown('# <p align="center"></p>')
|
116 |
|
117 |
# Filter options
|
118 |
filter_type = gr.Dropdown(
|