peter2000 commited on
Commit
d1196b1
1 Parent(s): 6018637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def predict(text):
9
 
10
  gradio_ui = gr.Interface(
11
  fn=predict,
12
- title="Predicting E-Coicop Product Categories",
13
- description="Enter some product text (trained on name, category and url) from an online supermarket and predict the corresponding ECOICOP (level 5) product category for food and baverages.",
14
  inputs=[
15
  gr.inputs.Textbox(lines=5, label="Paste some text here"),
16
  ],
9
 
10
  gradio_ui = gr.Interface(
11
  fn=predict,
12
+ title="Predicting E-Coicop Product Categories from Product texts",
13
+ description="The model is trained on product texts (shop category | text from URL | product name) from different online supermarkets in Germany, France, Austria and Italy. It predicts the corresponding ECOICOP product category (used to calculate Consumer Price Index) for food and baverages, out of 75 sub-labels on the 5-digits level of ECOICOP hierarchy.",
14
  inputs=[
15
  gr.inputs.Textbox(lines=5, label="Paste some text here"),
16
  ],