farid678 commited on
Commit
4f92b40
1 Parent(s): ad8c234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import gradio as gr
 
 
 
2
 
3
  def predict_age_gender(image):
4
  json_file = open('final_mobilenet.json', 'r')
 
1
  import gradio as gr
2
+ from tensorflow.keras.models import model_from_json
3
+ import numpy as np
4
+
5
 
6
  def predict_age_gender(image):
7
  json_file = open('final_mobilenet.json', 'r')