Sa-m commited on
Commit
61c64a0
·
1 Parent(s): 73d24d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -36,7 +36,7 @@ PATH='best_model.h5'
36
  #getData(flid=model,path=PATH)
37
 
38
  # For example images
39
- # gdd.download_file_from_google_drive(file_id='1LdB6ZE9vxPi4HNN2emqJSoP0ig9DiG10',
40
  # dest_path='/content/examples.zip',
41
  # unzip=True)
42
 
@@ -47,10 +47,10 @@ model=load_model(PATH)
47
  labels=['Cat','Dog']
48
  NUM_CLASSES=2
49
  IMG_SIZE=224
50
- ex=[['/content/dogs-cat-examples/cat2.jpg'],
51
- ['/content/dogs-cat-examples/cat3.jpg'],
52
- ['/content/dogs-cat-examples/dog2.jpeg'],
53
- ['/content/dogs-cat-examples/dog.jpeg']]
54
 
55
  """
56
  ## RUNNING WEB UI"""
 
36
  #getData(flid=model,path=PATH)
37
 
38
  # For example images
39
+ #gdd.download_file_from_google_drive(file_id='1LdB6ZE9vxPi4HNN2emqJSoP0ig9DiG10',
40
  # dest_path='/content/examples.zip',
41
  # unzip=True)
42
 
 
47
  labels=['Cat','Dog']
48
  NUM_CLASSES=2
49
  IMG_SIZE=224
50
+ ex=[['cat2.jpg'],
51
+ ['cat3.jpg'],
52
+ ['dog2.jpeg'],
53
+ ['dog.jpeg']]
54
 
55
  """
56
  ## RUNNING WEB UI"""