images unfold
Browse files- app.py +10 -10
- test_data/bansuri.jfif β bansuri.jfif +0 -0
- test_data/harmonium.jfif β harmonium.jfif +0 -0
- test_data/pakhawaj.jfif β pakhawaj.jfif +0 -0
- test_data/santoor.jfif β santoor.jfif +0 -0
- test_data/sarengi.jfif β sarengi.jfif +0 -0
- test_data/sarod.jfif β sarod.jfif +0 -0
- test_data/shehnai.jfif β shehnai.jfif +0 -0
- test_data/sitar.jfif β sitar.jfif +0 -0
- test_data/tabla.jfif β tabla.jfif +0 -0
- test_data/tanpura.jfif β tanpura.jfif +0 -0
app.py
CHANGED
@@ -32,16 +32,16 @@ def recognize_image(image):
|
|
32 |
image = gr.Image()
|
33 |
label = gr.Label()
|
34 |
examples = [
|
35 |
-
'
|
36 |
-
'
|
37 |
-
'
|
38 |
-
'
|
39 |
-
'
|
40 |
-
'
|
41 |
-
'
|
42 |
-
'
|
43 |
-
'
|
44 |
-
'
|
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
|