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