Tevfik istanbullu commited on
Commit
1d3450d
·
verified ·
1 Parent(s): 8faf9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 **190,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 or select one of the provided examples.
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 or select one of the provided examples to see how the model works.
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()