Spaces:
Build error
Build error
Tevfik istanbullu commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,10 +52,10 @@ interface = gr.Interface(fn=classify_and_flag,
|
|
| 52 |
|
| 53 |
**Model Overview**:
|
| 54 |
- The model is based on **Logistic Regression**.
|
| 55 |
-
- It was trained on a large dataset of **
|
| 56 |
|
| 57 |
**How to use**:
|
| 58 |
-
- Enter any Arabic text in the input box
|
| 59 |
- The model will predict the category that the text most likely belongs to.
|
| 60 |
- If the model is uncertain, it will classify the text as 'Other'.
|
| 61 |
|
|
@@ -63,7 +63,7 @@ interface = gr.Interface(fn=classify_and_flag,
|
|
| 63 |
The model can predict the following categories:
|
| 64 |
- {}
|
| 65 |
|
| 66 |
-
Try entering some text in Arabic
|
| 67 |
""".format(", ".join(available_labels)),theme="ParityError/Interstellar")
|
| 68 |
|
| 69 |
interface.launch()
|
|
|
|
| 52 |
|
| 53 |
**Model Overview**:
|
| 54 |
- The model is based on **Logistic Regression**.
|
| 55 |
+
- It was trained on a large dataset of **160,000 Arabic text entries**, ensuring robustness and accuracy in classifying Arabic text.
|
| 56 |
|
| 57 |
**How to use**:
|
| 58 |
+
- Enter any Arabic text in the input box.
|
| 59 |
- The model will predict the category that the text most likely belongs to.
|
| 60 |
- If the model is uncertain, it will classify the text as 'Other'.
|
| 61 |
|
|
|
|
| 63 |
The model can predict the following categories:
|
| 64 |
- {}
|
| 65 |
|
| 66 |
+
Try entering some text in Arabic to see how the model works.
|
| 67 |
""".format(", ".join(available_labels)),theme="ParityError/Interstellar")
|
| 68 |
|
| 69 |
interface.launch()
|