PeterYoung777 commited on
Commit
4bbf391
1 Parent(s): 27b0208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,5 +48,5 @@ inter = gr.Interface(fn=predict,
48
  inputs=gr.inputs.Image(type="pil"),
49
  outputs=gr.outputs.Label(num_top_classes=5),
50
  title = 'Five types of flower Detection',
51
- description= 'This program can be used to detect five types of flowers: "daisy", "dandelion", "roses", "sunflowers", "tulips", and the program will give the classification results along with a confidence score.', examples=examples, theme = 'huggingface')
52
  inter.launch(inline=False,debug=True)
 
48
  inputs=gr.inputs.Image(type="pil"),
49
  outputs=gr.outputs.Label(num_top_classes=5),
50
  title = 'Five types of flower Detection',
51
+ description= 'This program can be used to detect five types of flowers: "daisy", "dandelion", "roses", "sunflowers", "tulips", and the program will give the classification results along with a confidence score.', theme = 'huggingface')
52
  inter.launch(inline=False,debug=True)