Demosthene-OR
commited on
Commit
•
dea6b5e
1
Parent(s):
9f174c4
Update main_dl.py
Browse files- main_dl.py +1 -1
main_dl.py
CHANGED
@@ -248,7 +248,7 @@ def check_api():
|
|
248 |
return {'message': "L'API fonctionne"}
|
249 |
|
250 |
@api.get('/small_vocab/rnn', name="Traduction par RNN")
|
251 |
-
def trad_rnn(lang_tgt:str,
|
252 |
texte: str):
|
253 |
global translation_model
|
254 |
|
|
|
248 |
return {'message': "L'API fonctionne"}
|
249 |
|
250 |
@api.get('/small_vocab/rnn', name="Traduction par RNN")
|
251 |
+
async def trad_rnn(lang_tgt:str,
|
252 |
texte: str):
|
253 |
global translation_model
|
254 |
|