Spaces:
Sleeping
Sleeping
last cond
Browse files- 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'
|