Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ gradio_app = gr.Interface(
|
|
78 |
fn=predict,
|
79 |
inputs=gr.Image(type="pil"),
|
80 |
outputs=gr.Label(num_top_classes=6),
|
81 |
-
title="Shirts
|
82 |
)
|
83 |
|
84 |
# Launch the app
|
|
|
78 |
fn=predict,
|
79 |
inputs=gr.Image(type="pil"),
|
80 |
outputs=gr.Label(num_top_classes=6),
|
81 |
+
title="Shirts Buttons Classifier"
|
82 |
)
|
83 |
|
84 |
# Launch the app
|