Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,5 +17,5 @@ def classify_image(img):
|
|
| 17 |
examples=['grizzly_bear1.jpg','grizzly_bear2.jpg','black+bear1.jpg','black_bear2.jpg','teddy1.jpg','teddy1.jpg']
|
| 18 |
|
| 19 |
# creating the interface
|
| 20 |
-
intf=gr.Interface(fn=classify_image,inputs="image",outputs="label",examples=examples)
|
| 21 |
intf.launch(inline=False)
|
|
|
|
| 17 |
examples=['grizzly_bear1.jpg','grizzly_bear2.jpg','black+bear1.jpg','black_bear2.jpg','teddy1.jpg','teddy1.jpg']
|
| 18 |
|
| 19 |
# creating the interface
|
| 20 |
+
intf=gr.Interface(fn=classify_image,inputs="image",outputs="label",examples=examples,title='Bear Classifier')
|
| 21 |
intf.launch(inline=False)
|