vaniv commited on
Commit
2f55d42
·
verified ·
1 Parent(s): 6c8becc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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