farid678 commited on
Commit
cd83a2a
1 Parent(s): 8bd4be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def predict_age_gender(image):
2
  json_file = open('final_mobilenet.json', 'r')
3
  loaded_file_json = json_file.read()
 
1
+ import gradio as gr
2
+
3
  def predict_age_gender(image):
4
  json_file = open('final_mobilenet.json', 'r')
5
  loaded_file_json = json_file.read()