Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def process_video(video_path):
|
|
| 92 |
sharp = cv2.addWeighted(selective, 1.5, blur, -0.5, 0)
|
| 93 |
cv2.imwrite("sharpened_board_color.jpg", sharp)
|
| 94 |
|
| 95 |
-
return "
|
| 96 |
|
| 97 |
|
| 98 |
demo = gr.Interface(
|
|
|
|
| 92 |
sharp = cv2.addWeighted(selective, 1.5, blur, -0.5, 0)
|
| 93 |
cv2.imwrite("sharpened_board_color.jpg", sharp)
|
| 94 |
|
| 95 |
+
return "sharpened_board_color.jpg"
|
| 96 |
|
| 97 |
|
| 98 |
demo = gr.Interface(
|