Spaces:
Runtime error
Runtime error
Commit ·
0649d77
1
Parent(s): 7fe02fe
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import cv2
|
| 3 |
import streamlit as st
|
| 4 |
import numpy as np
|
| 5 |
-
from PIL import Image
|
| 6 |
|
| 7 |
|
| 8 |
def brighten_image(image, amount):
|
|
|
|
| 2 |
import cv2
|
| 3 |
import streamlit as st
|
| 4 |
import numpy as np
|
| 5 |
+
from PIL import Image
|
| 6 |
|
| 7 |
|
| 8 |
def brighten_image(image, amount):
|