hh1199 commited on
Commit
b746c3e
·
verified ·
1 Parent(s): 8f673a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify(item: str, categories: str) -> str:
12
  iface = gr.Interface(
13
  fn=classify,
14
  inputs=[
15
- gr.Textbox(label="Название товара vjkjnjr"),
16
  gr.Textbox(label="Категории (через запятую)", value="Техника, Овощи, Инструменты, Морковка")
17
  ],
18
  outputs=gr.Textbox(label="Категория")
 
12
  iface = gr.Interface(
13
  fn=classify,
14
  inputs=[
15
+ gr.Textbox(label="Название товара"),
16
  gr.Textbox(label="Категории (через запятую)", value="Техника, Овощи, Инструменты, Морковка")
17
  ],
18
  outputs=gr.Textbox(label="Категория")