shriarul5273
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def apply_edge_detection(image, min_val, max_val, operation, kernel_size):
|
|
74 |
return Image.fromarray(edges)
|
75 |
|
76 |
# Gradio interface setup
|
77 |
-
with gr.Blocks() as demo:
|
78 |
gr.Markdown("# OpenCV Image Processing with Gradio - Add Noise, Remove Noise, Morphological Operations and Edge Detection")
|
79 |
|
80 |
tab_names = ["Add Noise", "Remove Noise", "Morphological Operations", "Edge Detection"]
|
|
|
74 |
return Image.fromarray(edges)
|
75 |
|
76 |
# Gradio interface setup
|
77 |
+
with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
78 |
gr.Markdown("# OpenCV Image Processing with Gradio - Add Noise, Remove Noise, Morphological Operations and Edge Detection")
|
79 |
|
80 |
tab_names = ["Add Noise", "Remove Noise", "Morphological Operations", "Edge Detection"]
|