Spaces:
Build error
Build error
updated description & title
Browse files
app.py
CHANGED
|
@@ -63,8 +63,8 @@ interface = gr.Interface(
|
|
| 63 |
fn=predict,
|
| 64 |
inputs=gr.Image(label="Upload Clothing Image"),
|
| 65 |
outputs=gr.Textbox(label="Prediction"),
|
| 66 |
-
title="
|
| 67 |
-
description="This model
|
| 68 |
examples=examples
|
| 69 |
)
|
| 70 |
|
|
|
|
| 63 |
fn=predict,
|
| 64 |
inputs=gr.Image(label="Upload Clothing Image"),
|
| 65 |
outputs=gr.Textbox(label="Prediction"),
|
| 66 |
+
title="Clothing Image Classifier",
|
| 67 |
+
description="This model classifies clothing images using ResNet50. Try out different examples below for a quick demonstration!",
|
| 68 |
examples=examples
|
| 69 |
)
|
| 70 |
|