Skip to content

Commit

Permalink
added TTS Function
Browse files Browse the repository at this point in the history
  • Loading branch information
Lostdou committed Jul 25, 2024
1 parent 48a4fff commit 1ba9158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import asyncio
from pytube import Search
import re
from gtts import gTTS # Importar gTTS para TTS / Import gTTS for TTS
from gtts import gTTS

# Cargar las variables de entorno desde el archivo .env / Load environment variables from .env file
load_dotenv()
Expand Down

0 comments on commit 1ba9158

Please sign in to comment.