Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ print("Current Directory:", os.getcwd())
|
|
24 |
print("Files in Directory:", os.listdir())
|
25 |
|
26 |
sys.path.append('models.zip')
|
27 |
-
|
28 |
import numpy as np
|
29 |
import tensorflow as tf
|
30 |
import tensorflow_hub as hub
|
|
|
24 |
print("Files in Directory:", os.listdir())
|
25 |
|
26 |
sys.path.append('models.zip')
|
27 |
+
|
28 |
import numpy as np
|
29 |
import tensorflow as tf
|
30 |
import tensorflow_hub as hub
|