Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ UI=gr.Interface(fn=image_to_output,
|
|
75 |
)
|
76 |
|
77 |
description = "This model was trained to recognize 102 types 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)"
|
78 |
-
article1="This is an AI model trained to predict the name of the flower in the input picture, given that the flower is one of 102 types of flowers (flowers list can be found [here](https://huggingface.co/spaces/qmjnh/flowerClassification_2/blob/main/flower_names.txt). To try out the model, simply drop/upload a picture into the '*input box*' and press 'Submit'. The predictions will show up in the '*output box*'\n"
|
79 |
article2="\n *built by qmjnh*"
|
80 |
UI=gr.Interface(fn=image_to_output,
|
81 |
inputs=gradio_image(shape=(224,224)),
|
|
|
75 |
)
|
76 |
|
77 |
description = "This model was trained to recognize 102 types 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)"
|
78 |
+
article1="This is an AI model trained to predict the name of the flower in the input picture, given that the flower is one of 102 types of flowers (flowers list can be found [here](https://huggingface.co/spaces/qmjnh/flowerClassification_2/blob/main/flower_names.txt) ). To try out the model, simply drop/upload a picture into the '*input box*' and press 'Submit'. The predictions will show up in the '*output box*'\n"
|
79 |
article2="\n *built by qmjnh*"
|
80 |
UI=gr.Interface(fn=image_to_output,
|
81 |
inputs=gradio_image(shape=(224,224)),
|