Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

Fails to download large model #29

Closed hadid90 closed 1 year ago

hadid90 commented 1 year ago

I get urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host> When downloading the large model .. every other model works normally. BTW is it using the large-v2 model ? Thanks mr dadangdut33 .. the GUI doesnt look the best but it s good enough and easy / straightforward :)

Dadangdut33 commented 1 year ago

This is a bug that will be fixed in the next release, same as #22

BTW is it using the large-v2 model ?

yes, i have also provided ways to use the large-v1 later

Thanks mr dadangdut33 .. the GUI doesnt look the best but it s good enough and easy / straightforward :)

glad to know, thanks :D