mhdhrubo commited on
Commit
624b056
β€’
1 Parent(s): eae88a9

images unfold

Browse files
app.py CHANGED
@@ -32,16 +32,16 @@ def recognize_image(image):
32
  image = gr.Image()
33
  label = gr.Label()
34
  examples = [
35
- 'test_data/bansuri.jfif',
36
- 'test_data/harmonium.jfif',
37
- 'test_data/pakhawaj.jfif',
38
- 'test_data/santoor.jfif',
39
- 'test_data/sarengi.jfif',
40
- 'test_data/sarod.jfif',
41
- 'test_data/shehnai.jfif',
42
- 'test_data/sitar.jfif',
43
- 'test_data/tabla.jfif',
44
- 'test_data/tanpura.jfif'
45
  ]
46
 
47
  iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
 
32
  image = gr.Image()
33
  label = gr.Label()
34
  examples = [
35
+ 'bansuri.jfif',
36
+ 'harmonium.jfif',
37
+ 'pakhawaj.jfif',
38
+ 'santoor.jfif',
39
+ 'sarengi.jfif',
40
+ 'sarod.jfif',
41
+ 'shehnai.jfif',
42
+ 'sitar.jfif',
43
+ 'tabla.jfif',
44
+ 'tanpura.jfif'
45
  ]
46
 
47
  iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
test_data/bansuri.jfif β†’ bansuri.jfif RENAMED
File without changes
test_data/harmonium.jfif β†’ harmonium.jfif RENAMED
File without changes
test_data/pakhawaj.jfif β†’ pakhawaj.jfif RENAMED
File without changes
test_data/santoor.jfif β†’ santoor.jfif RENAMED
File without changes
test_data/sarengi.jfif β†’ sarengi.jfif RENAMED
File without changes
test_data/sarod.jfif β†’ sarod.jfif RENAMED
File without changes
test_data/shehnai.jfif β†’ shehnai.jfif RENAMED
File without changes
test_data/sitar.jfif β†’ sitar.jfif RENAMED
File without changes
test_data/tabla.jfif β†’ tabla.jfif RENAMED
File without changes
test_data/tanpura.jfif β†’ tanpura.jfif RENAMED
File without changes