Gregniuki commited on
Commit
9398fdf
·
1 Parent(s): ed0afc2

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. 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>