JamesJayamuni commited on
Commit
bb3d4df
·
verified ·
1 Parent(s): 4cd3da3

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. 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()