smjain commited on
Commit
d08590f
1 Parent(s): e356f83

Upload ui.html

Browse files
Files changed (1) hide show
  1. templates/ui.html +1 -0
templates/ui.html CHANGED
@@ -45,6 +45,7 @@ $(document).ready(function() {
45
  url: '/convert_voice',
46
  type: 'POST',
47
  data: formData,
 
48
  success: function(data) {
49
  if (data.audio_id) {
50
  // Update the source of the processed audio element
 
45
  url: '/convert_voice',
46
  type: 'POST',
47
  data: formData,
48
+ timeout: 180000
49
  success: function(data) {
50
  if (data.audio_id) {
51
  // Update the source of the processed audio element