remove domain
This commit is contained in:
parent
4e140f01c4
commit
86e01efb4e
@ -65,5 +65,5 @@ def whisper_asr_stt(audio_file):
|
||||
}
|
||||
|
||||
# TODO: add to config
|
||||
response = requests.post('https://whisper.broillet.ch/asr', params=params, headers=headers, files=files)
|
||||
response = requests.post('https://whisper.yourdomain.xyz/asr', params=params, headers=headers, files=files)
|
||||
return json.loads(response.text)['text']
|
||||
|
Loading…
Reference in New Issue
Block a user