fix : French features
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
|
app.py
CHANGED
|
@@ -431,7 +431,7 @@ def slu_fr():
|
|
| 431 |
class_probabilities={},
|
| 432 |
predicted_class=[""],
|
| 433 |
chart_data={},
|
| 434 |
-
sentences_prediction={})
|
| 435 |
|
| 436 |
if __name__ == '__main__':
|
| 437 |
app.run(debug=True)
|
|
|
|
| 431 |
class_probabilities={},
|
| 432 |
predicted_class=[""],
|
| 433 |
chart_data={},
|
| 434 |
+
sentences_prediction={})
|
| 435 |
|
| 436 |
if __name__ == '__main__':
|
| 437 |
app.run(debug=True)
|