acmyu commited on
Commit
3d42a3a
·
verified ·
1 Parent(s): 7a41f5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,10 +12,10 @@ import enchant
12
  from langdetect import detect
13
 
14
 
15
- def run(image):
16
  return ""
17
 
18
- def runx(image):
19
  with open('labels.json', 'r') as f:
20
  label_map = json.load(f)
21
 
 
12
  from langdetect import detect
13
 
14
 
15
+ def runx(image):
16
  return ""
17
 
18
+ def run(image):
19
  with open('labels.json', 'r') as f:
20
  label_map = json.load(f)
21