Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
| 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)),
|