Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
| 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 |
),
|
| 56 |
theme="compact"
|
|
|
|
| 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 |
),
|
| 56 |
theme="compact"
|