HirCoir commited on
Commit
c553178
1 Parent(s): d70077c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -3
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Convertidor de Texto a Audio</title>
7
  <style>
8
  body {
9
  background-color: #222;
@@ -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>Files > Dockerfile > Read</p>
148
- <select id="model" name="model">
149
  {% for model in model_options %}
150
  <option value="{{ model }}">{{ model }}</option>
151
  {% endfor %}
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Model</title>
7
  <style>
8
  body {
9
  background-color: #222;
 
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> Files > Dockerfile > Read Dockerfile</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 %}