Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def translate_text(text):
|
|
51 |
text = es_en_translator(text)[0].get("translation_text")
|
52 |
return text
|
53 |
|
54 |
-
with gr.Blocks() as demo:
|
55 |
gr.Markdown("""
|
56 |
<center>
|
57 |
<h1>
|
|
|
51 |
text = es_en_translator(text)[0].get("translation_text")
|
52 |
return text
|
53 |
|
54 |
+
with gr.Blocks(title="Uso de AI para la generación de sonidos a partir de texto.") as demo:
|
55 |
gr.Markdown("""
|
56 |
<center>
|
57 |
<h1>
|