shriarul5273 commited on
Commit
397e1ce
·
verified ·
1 Parent(s): 560a370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(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"]
 
74
  return Image.fromarray(edges)
75
 
76
  # Gradio interface setup
77
+ with gr.Blocks(theme=gr.themes.Soft()) 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"]