Update index.html
Browse files- 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>
|
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>
|
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 %}
|