Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,10 +12,10 @@ import enchant
|
|
| 12 |
from langdetect import detect
|
| 13 |
|
| 14 |
|
| 15 |
-
def
|
| 16 |
return ""
|
| 17 |
|
| 18 |
-
def
|
| 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 |
|