mirror of
https://github.com/karl0ss/bazarr-ai-sub-generator.git
synced 2025-04-27 07:09:22 +01:00
Use HTTPS for whisper install
This commit is contained in:
parent
94b2ec372d
commit
491eb6aa80
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ setup(
|
|||||||
author="Miguel Piedrafita",
|
author="Miguel Piedrafita",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'youtube-dl',
|
'youtube-dl',
|
||||||
'whisper @ git+ssh://git@github.com/openai/whisper@main#egg=whisper'
|
'whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper'
|
||||||
],
|
],
|
||||||
description="Automatically generate and embed subtitles into your videos",
|
description="Automatically generate and embed subtitles into your videos",
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user