HirCoir commited on
Commit
45aa882
1 Parent(s): a518efd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -144,8 +144,7 @@
144
  <h1>Convertidor de Texto a Audio</h1>
145
  <form action="/convert" method="post">
146
  <label for="model">Selecciona el modelo ONNX:</label><br>
147
- <div> <p>Prueba nuevos modelos avanzados en HirLab:</p> <a href="https://tts.hircoir.eu.org" style="color: #ADD8E6;">Modelos disponibles: Sora Español México, Voz HirCoir, Kamora Español México</a> <p>Try new advanced models at HirLab:</p> <a href="https://tts.hircoir.eu.org" style="color: #ADD8E6;">Available models: Sora Spanish Mexico, Voz HirCoir, Kamora Spanish Mexico</a> </div>
148
- <select id="model" name="model">
149
  {% for model in model_options %}
150
  <option value="{{ model }}">{{ model }}</option>
151
  {% endfor %}
 
144
  <h1>Convertidor de Texto a Audio</h1>
145
  <form action="/convert" method="post">
146
  <label for="model">Selecciona el modelo ONNX:</label><br>
147
+ <div> <p>Prueba nuevos modelos avanzados en HirLab:</p> <a href="https://tts.hircoir.eu.org" style="color: #ADD8E6;" target="_blank"> Modelos disponibles: Sora Español México, Voz HirCoir, Kamora Español México </a> <p>Try new advanced models at HirLab:</p> <a href="https://tts.hircoir.eu.org" style="color: #ADD8E6;" target="_blank"> Available models: Sora Spanish Mexico, Voz HirCoir, Kamora Spanish Mexico </a> </div> <select id="model" name="model">
 
148
  {% for model in model_options %}
149
  <option value="{{ model }}">{{ model }}</option>
150
  {% endfor %}