saneshashank commited on
Commit
8ab570a
·
verified ·
1 Parent(s): 6393c83

Update app.py

Browse files

updated description

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ demo = gr.Interface(
67
  inputs=gr.Image(type="pil", label="Upload Image"),
68
  outputs=gr.Label(num_top_classes=5, label="Predictions"),
69
  title="CIFAR-100 Image Classifier",
70
- description=f"Upload an image to classify it into one of 100 CIFAR-100 categories. Model: HybridResNet18 with {71.80}% accuracy.",
71
  examples=[
72
  # Add paths to example images if you have them
73
  ]
 
67
  inputs=gr.Image(type="pil", label="Upload Image"),
68
  outputs=gr.Label(num_top_classes=5, label="Predictions"),
69
  title="CIFAR-100 Image Classifier",
70
+ description=f"Upload an image to classify it into one of 100 CIFAR-100 categories. Model: ResNet18 with {74}% accuracy.",
71
  examples=[
72
  # Add paths to example images if you have them
73
  ]