Pradeep Kumar commited on
Commit
b98c9ac
·
verified ·
1 Parent(s): bec37e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- from models import official
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