We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f7ec commit 41f7807Copy full SHA for 41f7807
1 file changed
whisper_tiktok/main.py
@@ -18,8 +18,6 @@
18
from whisper_tiktok.utils.color_utils import rgb_to_bgr
19
from whisper_tiktok.voice_manager import VoicesManager
20
21
-__version__ = "2.0.0"
22
-
23
# Create Typer app
24
app = typer.Typer(
25
name="whisper-tiktok",
@@ -29,13 +27,6 @@
29
27
console = Console()
30
28
31
32
-def version_callback(value: bool):
33
- """Show version and exit."""
34
- if value:
35
- console.print(f"[bold blue]Whisper TikTok[/bold blue] v{__version__}")
36
- raise typer.Exit()
37
38
39
@app.callback()
40
def main():
41
"""Whisper TikTok - Create TikTok videos with AI-generated subtitles."""
0 commit comments