Spaces:
Running
Running
Pradeep Kumar
commited on
Commit
•
b871eea
1
Parent(s):
cfd40c0
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,10 @@ print("Files in Directory:", os.listdir())
|
|
8 |
|
9 |
sys.path.append('models.zip')
|
10 |
|
|
|
|
|
|
|
|
|
11 |
import numpy as np
|
12 |
import tensorflow as tf
|
13 |
import tensorflow_hub as hub
|
|
|
8 |
|
9 |
sys.path.append('models.zip')
|
10 |
|
11 |
+
# Check current directory and list files
|
12 |
+
print("Current Directory:", os.getcwd())
|
13 |
+
print("Files in Directory:", os.listdir())
|
14 |
+
|
15 |
import numpy as np
|
16 |
import tensorflow as tf
|
17 |
import tensorflow_hub as hub
|