Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,11 @@ github : https://github.com/OzlemAkgunoglu
|
|
| 4 |
Dynamic Photo Filter App
|
| 5 |
This is a Dynamic Photo Filter App that allows you to apply various filters to your images.
|
| 6 |
Adjust brightness, contrast, sharpening, and select a filter for real-time changes.
|
| 7 |
-
And this app is created using OpenCV and Gradio. Thank you for using it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
#Let's load the necessary libraries
|
| 10 |
import cv2 as cv #OpenCV for image processing
|
|
|
|
| 4 |
Dynamic Photo Filter App
|
| 5 |
This is a Dynamic Photo Filter App that allows you to apply various filters to your images.
|
| 6 |
Adjust brightness, contrast, sharpening, and select a filter for real-time changes.
|
| 7 |
+
And this app is created using OpenCV and Gradio. Thank you for using it.
|
| 8 |
+
To activate virtiual enviroment use : .\.venv\Scripts\activate
|
| 9 |
+
If you have an issue with PS auth use PS command: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
|
| 10 |
+
For UI : pip install gradio
|
| 11 |
+
'''
|
| 12 |
|
| 13 |
#Let's load the necessary libraries
|
| 14 |
import cv2 as cv #OpenCV for image processing
|