JamesJayamuni
commited on
Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -53,6 +53,6 @@ gr.Interface(
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title="Flower Classification with ResNet50",
|
56 |
-
description="Upload an image of a flower to classify it into one of the five categories.",
|
57 |
live=True
|
58 |
).launch()
|
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title="Flower Classification with ResNet50",
|
56 |
+
description="Upload an image of a flower to classify it into one of the five categories (Roses / Dandelion / Tulips / Sunflower / Daisy).",
|
57 |
live=True
|
58 |
).launch()
|
app.py
CHANGED
@@ -53,6 +53,6 @@ gr.Interface(
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title="Flower Classification with ResNet50",
|
56 |
-
description="Upload an image of a flower to classify it into one of the five categories.",
|
57 |
live=True
|
58 |
).launch()
|
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title="Flower Classification with ResNet50",
|
56 |
+
description="Upload an image of a flower to classify it into one of the five categories (Roses / Dandelion / Tulips / Sunflower / Daisy).",
|
57 |
live=True
|
58 |
).launch()
|