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