Spaces:
Build error
Build error
Update templates/interface.html
Browse files- templates/interface.html +1 -4
templates/interface.html
CHANGED
|
@@ -9,10 +9,7 @@
|
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
|
| 12 |
-
|
| 13 |
-
<label for="text_input">Text to synthesize:</label>
|
| 14 |
-
<input type="text" id="text_input" placeholder="Enter your text here">
|
| 15 |
-
</div>
|
| 16 |
<form method="post" action="/synthesize">
|
| 17 |
<div>
|
| 18 |
<label for="text_input">Text to synthesize:</label>
|
|
|
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
|
| 12 |
+
|
|
|
|
|
|
|
|
|
|
| 13 |
<form method="post" action="/synthesize">
|
| 14 |
<div>
|
| 15 |
<label for="text_input">Text to synthesize:</label>
|