flobbit commited on
Commit
4ce072c
·
1 Parent(s): 45e033b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):