ML610 commited on
Commit
ccd6b3d
Β·
1 Parent(s): c43dd25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(imgPath):
12
 
13
  title = 'Butterflies vs Moths'
14
  description = 'A basic app which checks whether the image uploaded by you is of a butterfly or a moth!'
15
- examples = ['Butterfly_1.png', 'Butterfly_2.png', 'Moth_1.png', 'Moth_2.png']
16
 
17
  UI = gr.Interface(
18
  fn=predict,
 
12
 
13
  title = 'Butterflies vs Moths'
14
  description = 'A basic app which checks whether the image uploaded by you is of a butterfly or a moth!'
15
+ examples = ['Butterfly_1.png', 'Butterfly_2.png', 'Moth_1.png', 'Moth_2.jpg']
16
 
17
  UI = gr.Interface(
18
  fn=predict,