gokaygokay commited on
Commit
215c5da
·
1 Parent(s): d540ce7
Files changed (2) hide show
  1. color_match_processor.py +0 -1
  2. sharpen_processor.py +0 -1
color_match_processor.py CHANGED
@@ -133,7 +133,6 @@ def apply_adobe_color_match(image, reference, color_space, luminance_factor, col
133
 
134
  def create_color_match_tab():
135
  with gr.Tab("Color Matching"):
136
- gr.Markdown("Match colors between images using different color spaces and methods")
137
 
138
  with gr.Row():
139
  with gr.Column():
 
133
 
134
  def create_color_match_tab():
135
  with gr.Tab("Color Matching"):
 
136
 
137
  with gr.Row():
138
  with gr.Column():
sharpen_processor.py CHANGED
@@ -102,7 +102,6 @@ def apply_smart_sharpen(image, noise_radius, preserve_edges, sharpen, ratio):
102
 
103
  def create_sharpen_tab():
104
  with gr.Tab("Sharpening"):
105
- gr.Markdown("Choose between Contrast Adaptive Sharpening (CAS) or Smart Sharpening")
106
 
107
  with gr.Row():
108
  with gr.Column():
 
102
 
103
  def create_sharpen_tab():
104
  with gr.Tab("Sharpening"):
 
105
 
106
  with gr.Row():
107
  with gr.Column():