MarkProMaster229 commited on
Commit
221cbb0
·
verified ·
1 Parent(s): b41c663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ demo = gr.Interface(
95
  inputs=gr.Textbox(lines=2, placeholder="Введите текст..."),
96
  outputs="text",
97
  title="Text Sentiment Classifier",
98
- description="Простая модель классификации текста"
99
  )
100
 
101
  demo.launch()
 
95
  inputs=gr.Textbox(lines=2, placeholder="Введите текст..."),
96
  outputs="text",
97
  title="Text Sentiment Classifier",
98
+ description="Text classification model"
99
  )
100
 
101
  demo.launch()