Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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:
|