Spaces:
Sleeping
Sleeping
Added Creator Signature & LinkedIn URL
Browse files
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
|