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