yukeshwaradse commited on
Commit
95544cf
·
verified ·
1 Parent(s): c2119c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def process_image(input_image, alpha, beta, clip_limit, gamma):
73
  # Convert output image back to RGB for displaying
74
  output_image = cv2.cvtColor(output_image, cv2.COLOR_BGR2RGB)
75
 
76
- return input_image, output_image
77
 
78
  # Define the Gradio interface
79
  interface = gr.Interface(
 
73
  # Convert output image back to RGB for displaying
74
  output_image = cv2.cvtColor(output_image, cv2.COLOR_BGR2RGB)
75
 
76
+ return output_image
77
 
78
  # Define the Gradio interface
79
  interface = gr.Interface(