Spaces:
Sleeping
Sleeping
v6
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ def get_transcript(url):
|
|
73 |
'language_behaviour': (None, 'automatic single language'),
|
74 |
}
|
75 |
response = requests.post('https://api.gladia.io/audio/text/audio-transcription/', headers=headers, files=files)
|
|
|
76 |
return convert(response)
|
77 |
|
78 |
|
|
|
73 |
'language_behaviour': (None, 'automatic single language'),
|
74 |
}
|
75 |
response = requests.post('https://api.gladia.io/audio/text/audio-transcription/', headers=headers, files=files)
|
76 |
+
print(response.text)
|
77 |
return convert(response)
|
78 |
|
79 |
|