ceibal commited on
Commit
2fd4c61
·
1 Parent(s): 2694095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>