Spaces:
Sleeping
Sleeping
Commit
·
a9bb5ec
1
Parent(s):
d18cfb1
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import cv2
|
|
3 |
import tensorflow as tf
|
4 |
from tensorflow import keras
|
5 |
from PIL import Image, ImageOps
|
6 |
-
net = cv2.dnn.readNetFromCaffe('colorization_deploy_v2.prototxt','
|
7 |
pts = np.load('pts_in_hull.npy')
|
8 |
|
9 |
class8 = net.getLayerId("class8_ab")
|
|
|
3 |
import tensorflow as tf
|
4 |
from tensorflow import keras
|
5 |
from PIL import Image, ImageOps
|
6 |
+
net = cv2.dnn.readNetFromCaffe('colorization_deploy_v2.prototxt','colorization_release_v2.caffemodel')
|
7 |
pts = np.load('pts_in_hull.npy')
|
8 |
|
9 |
class8 = net.getLayerId("class8_ab")
|