anyantudre commited on
Commit
5eb8c24
·
verified ·
1 Parent(s): f1e09ef

Update goai_stt.py

Browse files
Files changed (1) hide show
  1. goai_stt.py +3 -0
goai_stt.py CHANGED
@@ -20,6 +20,9 @@ def goai_stt(fichier):
20
  transcript: str
21
  Le texte transcrit.
22
  """
 
 
 
23
 
24
  if fichier is None:
25
  raise ValueError("Le fichier audio est manquant.")
 
20
  transcript: str
21
  Le texte transcrit.
22
  """
23
+
24
+
25
+ print("Fichier entré en entréé ---------> ", fichier)
26
 
27
  if fichier is None:
28
  raise ValueError("Le fichier audio est manquant.")