jmparejaz commited on
Commit
42c70b5
·
1 Parent(s): 7f6b974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"%b,a)
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