Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ async def create_demo():
|
|
38 |
|
39 |
description = """
|
40 |
Convierte texto a voz gratis con Gnosticdev :)
|
|
|
41 |
|
42 |
demo = gr.Interface(
|
43 |
fn=tts_interface,
|
|
|
38 |
|
39 |
description = """
|
40 |
Convierte texto a voz gratis con Gnosticdev :)
|
41 |
+
""" # Asegúrate de cerrar la cadena aquí
|
42 |
|
43 |
demo = gr.Interface(
|
44 |
fn=tts_interface,
|