Spaces:
Sleeping
Sleeping
Upload ui.html
Browse files- 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
|