chhetri123 commited on
Commit
4afc524
1 Parent(s): 028b822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from tensorflow.keras.applications.resnet import preprocess_input
21
 
22
 
23
  ResNet152Model=ResNet152(include_top=False, weights='imagenet',input_shape=(224,224,3), pooling='avg')
24
- with open("pickle_file/words_dict_nepali_sc.pkl","rb") as f:
25
  words_dict=pickle.load(f)
26
 
27
 
 
21
 
22
 
23
  ResNet152Model=ResNet152(include_top=False, weights='imagenet',input_shape=(224,224,3), pooling='avg')
24
+ with open("pickle_files/words_dict_nepali_sc.pkl","rb") as f:
25
  words_dict=pickle.load(f)
26
 
27