Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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(
|