Aurele000 commited on
Commit
c2b1c26
·
1 Parent(s): 83d53ff

last cond

Browse files
Files changed (1) hide show
  1. fonctions.py +4 -1
fonctions.py CHANGED
@@ -69,4 +69,7 @@ def load_data(question):
69
  file=audio_bytes
70
  )
71
 
72
- return transcription.text
 
 
 
 
69
  file=audio_bytes
70
  )
71
 
72
+ return transcription.text
73
+
74
+ else :
75
+ return 'there is no attached file'