Pradeep Kumar commited on
Commit
1b38414
·
verified ·
1 Parent(s): e42ecfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import zipfile
2
- with zipfile.ZipFile('model.zip', 'r') as zip_ref:
3
- zip_ref.extractall('model')
4
 
5
  import numpy as np
6
  import tensorflow as tf
 
1
  import zipfile
2
+ with zipfile.ZipFile('models.zip', 'r') as zip_ref:
3
+ zip_ref.extractall('models')
4
 
5
  import numpy as np
6
  import tensorflow as tf