Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ from gradio_theme_fenix import fenix_theme, FENIX_CSS
|
|
| 17 |
# --- CONFIGURACIÓN DE VOZ Y CANTO ---
|
| 18 |
CANTO_GREGORIANO_HEBRAICO = True
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
VOZ_HE = "he-IL-AvriNeural"
|
| 24 |
|
|
@@ -28,7 +28,7 @@ VOZ_PITCH = "+5Hz"
|
|
| 28 |
|
| 29 |
# Fondo musical
|
| 30 |
FONDO = "fondo.mp3"
|
| 31 |
-
FONDO_VOL = 0.
|
| 32 |
|
| 33 |
# IA de Estudio (Groq)
|
| 34 |
MODELO_ESTUDIA = "openai/gpt-oss-120b"
|
|
|
|
| 17 |
# --- CONFIGURACIÓN DE VOZ Y CANTO ---
|
| 18 |
CANTO_GREGORIANO_HEBRAICO = True
|
| 19 |
|
| 20 |
+
VOZ_DIVINA = "es-ES-AlvaroNeural"
|
| 21 |
+
VOZ_NARRADOR = "es-ES-AlvaroNeural" # Usamos Álvaro con procesamiento acústico sagrado especial
|
| 22 |
|
| 23 |
VOZ_HE = "he-IL-AvriNeural"
|
| 24 |
|
|
|
|
| 28 |
|
| 29 |
# Fondo musical
|
| 30 |
FONDO = "fondo.mp3"
|
| 31 |
+
FONDO_VOL = 0.18
|
| 32 |
|
| 33 |
# IA de Estudio (Groq)
|
| 34 |
MODELO_ESTUDIA = "openai/gpt-oss-120b"
|