Upload app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ examples = ['persimmon.jpg', 'tomato.jpg', 'persimmontree.jpg',
|
|
19 |
'tomatoplant.jpg', 'cat.jpg', 'tomatoplant2.jpg']
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
|
22 |
-
title="Persimmon or Tomato?", description="Trained on only persimmon and tomato images auto-retrieved from a DDG search. Provide an image or select from one below.")
|
23 |
intf.launch(inline=False)
|
24 |
|
25 |
#def greet(name):
|
|
|
19 |
'tomatoplant.jpg', 'cat.jpg', 'tomatoplant2.jpg']
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
|
22 |
+
title="Persimmon or Tomato?", description="Trained on only persimmon and tomato images auto-retrieved from a DDG search using resnet18. Provide an image or select from one below.")
|
23 |
intf.launch(inline=False)
|
24 |
|
25 |
#def greet(name):
|