Commit
·
f9c573b
1
Parent(s):
33b2596
....
Browse files- tabs/id_lang_tab.py +1 -1
- tabs/modelisation_seq2seq_tab.py +1 -1
tabs/id_lang_tab.py
CHANGED
|
@@ -13,7 +13,7 @@ import seaborn as sns
|
|
| 13 |
from sklearn import naive_bayes
|
| 14 |
from translate_app import tr
|
| 15 |
import requests
|
| 16 |
-
from read_api_url import read_api_url
|
| 17 |
|
| 18 |
title = "Identification de langue"
|
| 19 |
sidebar_name = "Identification de langue"
|
|
|
|
| 13 |
from sklearn import naive_bayes
|
| 14 |
from translate_app import tr
|
| 15 |
import requests
|
| 16 |
+
from tabs.read_api_url import read_api_url
|
| 17 |
|
| 18 |
title = "Identification de langue"
|
| 19 |
sidebar_name = "Identification de langue"
|
tabs/modelisation_seq2seq_tab.py
CHANGED
|
@@ -18,7 +18,7 @@ import requests
|
|
| 18 |
# from multiprocessing import Pool
|
| 19 |
import concurrent.futures
|
| 20 |
# import time
|
| 21 |
-
from read_api_url import read_api_url
|
| 22 |
|
| 23 |
title = "Traduction Sequence à Sequence"
|
| 24 |
sidebar_name = "Traduction Seq2Seq"
|
|
|
|
| 18 |
# from multiprocessing import Pool
|
| 19 |
import concurrent.futures
|
| 20 |
# import time
|
| 21 |
+
from tabs.read_api_url import read_api_url
|
| 22 |
|
| 23 |
title = "Traduction Sequence à Sequence"
|
| 24 |
sidebar_name = "Traduction Seq2Seq"
|