Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ interface = gr.Interface(
|
|
| 97 |
fn=gradio_predict,
|
| 98 |
inputs=gr.Image(),
|
| 99 |
outputs="text",
|
| 100 |
-
title="Outfit Recommender",
|
| 101 |
description="Upload an image of jeans or a top to get a recommendation for a complementary outfit based on fashion theory."
|
| 102 |
)
|
| 103 |
|
|
|
|
| 97 |
fn=gradio_predict,
|
| 98 |
inputs=gr.Image(),
|
| 99 |
outputs="text",
|
| 100 |
+
title="Outfit Recommender(Jeans/Tops)",
|
| 101 |
description="Upload an image of jeans or a top to get a recommendation for a complementary outfit based on fashion theory."
|
| 102 |
)
|
| 103 |
|