Spaces:
Sleeping
Sleeping
DumbledoreWiz
commited on
Commit
•
7c3e7be
1
Parent(s):
82ab966
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="
|
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="Sleeves Shape Classifier"
|
82 |
)
|
83 |
|
84 |
# Launch the app
|