Sa-m commited on
Commit
c45291f
·
1 Parent(s): 792ad14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ model2='1cK1cIYdczAoEPkiNZUqx2r1UqF2idcay'
37
  model3='1ldVcjryLk-YFfLRyNYdut5WeLLNxJ8ab'
38
  model = model1 #@param ["model1", "model2","model3"] {type:"raw"}
39
  PATH='/best_model.h5'
40
- getData(flid=model,path=PATH)
41
 
42
  # For example images
43
  # gdd.download_file_from_google_drive(file_id='1LdB6ZE9vxPi4HNN2emqJSoP0ig9DiG10',
@@ -45,7 +45,7 @@ getData(flid=model,path=PATH)
45
  # unzip=True)
46
 
47
 
48
- model=load_model('./saved_model/best_model.h5')
49
  # model=load_model("/content/saved_model/content/saved/saved_model")
50
 
51
  labels=['Cat','Dog']
 
37
  model3='1ldVcjryLk-YFfLRyNYdut5WeLLNxJ8ab'
38
  model = model1 #@param ["model1", "model2","model3"] {type:"raw"}
39
  PATH='/best_model.h5'
40
+ #getData(flid=model,path=PATH)
41
 
42
  # For example images
43
  # gdd.download_file_from_google_drive(file_id='1LdB6ZE9vxPi4HNN2emqJSoP0ig9DiG10',
 
45
  # unzip=True)
46
 
47
 
48
+ model=load_model(PATH)
49
  # model=load_model("/content/saved_model/content/saved/saved_model")
50
 
51
  labels=['Cat','Dog']