qmjnh commited on
Commit
ee18541
1 Parent(s): 24120e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ UI=gr.Interface(fn=image_to_output,
63
  )
64
 
65
 
66
- description = "This model was trained to recognize 102 types of flowers. For the model to work with high accuracy, refer to the trained flowers [here](https://google.com)"
67
 
68
  UI=gr.Interface(fn=image_to_output,
69
  inputs=gradio_image(shape=(224,224)),
 
63
  )
64
 
65
 
66
+ description = "This model was trained to recognize 102 types of flowers. For the model to work with high accuracy, refer to the trained flowers [here](https://huggingface.co/spaces/qmjnh/flowerClassification_2/blob/main/flower_names.txt)"
67
 
68
  UI=gr.Interface(fn=image_to_output,
69
  inputs=gradio_image(shape=(224,224)),