Spaces:
Sleeping
Sleeping
Gowtham M
commited on
Commit
·
8f62f6a
1
Parent(s):
5e8b157
Uploading Images
Browse files
app.py
CHANGED
@@ -9,6 +9,6 @@ def classify_images(img):
|
|
9 |
|
10 |
image = gr.Image(height=192, width= 192)
|
11 |
label = gr.Label()
|
12 |
-
examples = ['rajini.jpg', 'vijay.jpg']
|
13 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs=label, examples=examples)
|
14 |
intf.launch(inline=False)
|
|
|
9 |
|
10 |
image = gr.Image(height=192, width= 192)
|
11 |
label = gr.Label()
|
12 |
+
examples = ['rajini.jpg', 'vijay.jpg', 'raka.jpeg', 'ajith.jpeg']
|
13 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs=label, examples=examples)
|
14 |
intf.launch(inline=False)
|