HumzaAli commited on
Commit
b2b9ca4
·
verified ·
1 Parent(s): b76d688

Added Creator Signature & LinkedIn URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
36
  inputs=[gr.Image(label="Input Image")],
37
  outputs=[gr.Label(label="Predicted Class")],
38
  title="CIFAR-10 Image Classifier",
39
- description="Upload an image to classify it using a CIFAR-10 model."
40
  )
41
 
42
  # Launch the interface
 
36
  inputs=[gr.Image(label="Input Image")],
37
  outputs=[gr.Label(label="Predicted Class")],
38
  title="CIFAR-10 Image Classifier",
39
+ description="Upload an image to classify it using a CIFAR-10 model. | CREATED BY: [https://www.linkedin.com/in/humza-ali-se]"
40
  )
41
 
42
  # Launch the interface