Demosthene-OR
commited on
Commit
•
d30c148
1
Parent(s):
7fb7464
Update modelisation_seq2seq_tab.py
Browse files
tabs/modelisation_seq2seq_tab.py
CHANGED
@@ -319,8 +319,8 @@ def display_translation(n1, Lang,model_type):
|
|
319 |
url = "https://demosthene-or-api-avr23-cds-translation.hf.space/small_vocab/transformer"
|
320 |
|
321 |
# Envoie d'une requête GET avec les paramètres de requête
|
322 |
-
s_trad.append(requests.get(url, params=params).json())
|
323 |
-
await (len(s_trad) == 3)
|
324 |
return s_trad
|
325 |
|
326 |
placeholder = st.empty()
|
|
|
319 |
url = "https://demosthene-or-api-avr23-cds-translation.hf.space/small_vocab/transformer"
|
320 |
|
321 |
# Envoie d'une requête GET avec les paramètres de requête
|
322 |
+
await s_trad.append(requests.get(url, params=params).json())
|
323 |
+
# await (len(s_trad) == 3)
|
324 |
return s_trad
|
325 |
|
326 |
placeholder = st.empty()
|