alveKamruzzaman commited on
Commit
d048b52
·
verified ·
1 Parent(s): 4d44920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,9 +47,9 @@ iface = gr.Interface(
47
  outputs="text",
48
  title="Bangla Sentence Classifier",
49
  description=(
50
- "This model was trained by **TextLabRUET** using an extensive Bangla dataset. "
51
- "It classifies Bangla sentences into five types: Assertive, Interrogative, Imperative, Optative, and Exclamatory "
52
- "using the **XLM-R model**. Enter a Bangla sentence below to see how our model analyzes it!\n\n"
53
  "Note: While we aim for accuracy, the model may occasionally misclassify sentences due to dataset limitations. "
54
  "We apologize for any errors and appreciate your understanding."
55
  ),
 
47
  outputs="text",
48
  title="Bangla Sentence Classifier",
49
  description=(
50
+ "This model was trained using a curated Bangla dataset by **TextLab RUET**. "
51
+ "It classifies Bangla sentences into five distinct categories: Assertive, Interrogative, Imperative, Optative, and Exclamatory "
52
+ "using the **XLM-R model**. Enter a Bangla sentence below to see how our model interprets it!\n\n"
53
  "Note: While we aim for accuracy, the model may occasionally misclassify sentences due to dataset limitations. "
54
  "We apologize for any errors and appreciate your understanding."
55
  ),