Sagar Sanghani
commited on
Commit
·
227a02e
1
Parent(s):
07629d2
add more dog options
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ learn = load_learner("./model.pkl")
|
|
| 33 |
|
| 34 |
image = gr.Image(width=192, height=192)
|
| 35 |
label = gr.Label()
|
| 36 |
-
examples = ["3.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "10.jpg", "14.jpg"]
|
| 37 |
|
| 38 |
intf = gr.Interface(fn=classify_image, examples=examples, inputs=image, outputs=label, title=interface_title, description=interface_description)
|
| 39 |
intf.launch(inline=False)
|
|
|
|
| 33 |
|
| 34 |
image = gr.Image(width=192, height=192)
|
| 35 |
label = gr.Label()
|
| 36 |
+
examples = ["3.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "10.jpg", "14.jpg", "17.jpg", "23.jpg", "44.jpg"]
|
| 37 |
|
| 38 |
intf = gr.Interface(fn=classify_image, examples=examples, inputs=image, outputs=label, title=interface_title, description=interface_description)
|
| 39 |
intf.launch(inline=False)
|