Zakia commited on
Commit
0d62753
1 Parent(s): 1c16f01

change app.py and add cat.jpg

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. cat4.jpg +0 -0
app.py CHANGED
@@ -40,6 +40,7 @@ examples = [
40
  ['dog2.jpg'],
41
  ['cat3.jpg'],
42
  ['dog3.jpg'],
 
43
  ]
44
  interpretation = 'default'
45
  enable_queue = True
@@ -54,7 +55,7 @@ iface = gr.Interface(
54
  article=article,
55
  inputs=image,
56
  outputs=label,
57
- #theme="grass",
58
  examples=examples,
59
  interpretation=interpretation,
60
  enable_queue=enable_queue
 
40
  ['dog2.jpg'],
41
  ['cat3.jpg'],
42
  ['dog3.jpg'],
43
+ ['cat4.jpg'],
44
  ]
45
  interpretation = 'default'
46
  enable_queue = True
 
55
  article=article,
56
  inputs=image,
57
  outputs=label,
58
+ theme="grass",
59
  examples=examples,
60
  interpretation=interpretation,
61
  enable_queue=enable_queue
cat4.jpg ADDED