Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +4 -0
templates/interface.html
CHANGED
@@ -47,6 +47,10 @@
|
|
47 |
<div>
|
48 |
<button type="submit" id="synthesize_button">Synthesize</button>
|
49 |
</div>
|
|
|
|
|
|
|
|
|
50 |
|
51 |
{% if file_url %}
|
52 |
<h2>Generated Audio</h2>
|
|
|
47 |
<div>
|
48 |
<button type="submit" id="synthesize_button">Synthesize</button>
|
49 |
</div>
|
50 |
+
<div>
|
51 |
+
{{ response_html|safe }}
|
52 |
+
</div>
|
53 |
+
|
54 |
|
55 |
{% if file_url %}
|
56 |
<h2>Generated Audio</h2>
|