malihoseini commited on
Commit
cc40d38
·
verified ·
1 Parent(s): 3a6e26f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import numpy as np
3
  import tensorflow as tf
4
  import json
5
- from os.path import dirname, realpath, joint
6
 
7
  current_dir = dirname(realpath(__file__))
8
  with open(join(current_dir), 'image_labels.json') as labels_file:
 
2
  import numpy as np
3
  import tensorflow as tf
4
  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: