malihoseini commited on
Commit
291455c
·
verified ·
1 Parent(s): cc40d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
  from os.path import dirname, realpath, join
6
 
7
  current_dir = dirname(realpath(__file__))
8
- with open(join(current_dir), 'image_labels.json') as labels_file:
9
  labels=json.load(labels_file)
10
 
11
  mobile_net = tf.keras.applications.MobileNetV2()
 
5
  from os.path import dirname, realpath, join
6
 
7
  current_dir = dirname(realpath(__file__))
8
+ with open(join(current_dir, 'image_labels.json')) as labels_file:
9
  labels=json.load(labels_file)
10
 
11
  mobile_net = tf.keras.applications.MobileNetV2()