Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import from_pretrained_keras
|
3 |
import numpy as np
|
4 |
|
5 |
-
reloaded_model = from_pretrained_keras('jmparejaz/Facial_Age-gender-eth_Recognition')
|
6 |
reloaded_model_eth = from_pretrained_keras('jmparejaz/Facial_eth_recognition')
|
7 |
|
8 |
def rgb2gray(rgb):
|
|
|
2 |
from huggingface_hub import from_pretrained_keras
|
3 |
import numpy as np
|
4 |
|
5 |
+
#reloaded_model = from_pretrained_keras('jmparejaz/Facial_Age-gender-eth_Recognition')
|
6 |
reloaded_model_eth = from_pretrained_keras('jmparejaz/Facial_eth_recognition')
|
7 |
|
8 |
def rgb2gray(rgb):
|