Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ def image_processing(image, filter_type):
|
|
269 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
270 |
|
271 |
# Gradio interface
|
272 |
-
with gr.Blocks(theme=theme
|
273 |
gr.Markdown("Image Filtering Studio")
|
274 |
|
275 |
with gr.Row():
|
|
|
269 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
270 |
|
271 |
# Gradio interface
|
272 |
+
with gr.Blocks(theme=theme) as app:
|
273 |
gr.Markdown("Image Filtering Studio")
|
274 |
|
275 |
with gr.Row():
|