Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ def rgb2gray(rgb):
|
|
10 |
|
11 |
def fun(a):
|
12 |
reloaded_model = from_pretrained_keras('jmparejaz/Facial_Age-gender-eth_Recognition')
|
13 |
-
|
|
|
14 |
|
15 |
|
16 |
|
|
|
10 |
|
11 |
def fun(a):
|
12 |
reloaded_model = from_pretrained_keras('jmparejaz/Facial_Age-gender-eth_Recognition')
|
13 |
+
b=rgb2gray(a)
|
14 |
+
return ("jay",b)
|
15 |
|
16 |
|
17 |
|