sudhakar272 commited on
Commit
a4c51c5
·
verified ·
1 Parent(s): de20c5e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ interface = gr.Interface(
65
  inputs=gr.Image(type="pil"), # Updated syntax for image input
66
  outputs=gr.Label(num_top_classes=5), # Updated syntax for label output
67
  title="ResNet50 Image Classification",
68
- description="Upload an image to get the top-5 class predictions from the ResNet50 model trained on ImageNet 1k.",
69
  examples=examples
70
  )
71
 
 
65
  inputs=gr.Image(type="pil"), # Updated syntax for image input
66
  outputs=gr.Label(num_top_classes=5), # Updated syntax for label output
67
  title="ResNet50 Image Classification",
68
+ description="Upload an image for top-5 class predictions from the ResNet50 ImageNet 1k Model.",
69
  examples=examples
70
  )
71