Prasada commited on
Commit
1e25145
·
1 Parent(s): f7a3a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ def predict(temp_text, temp_audio, text):
50
  with torch.no_grad():
51
  speech = vocoder(spectrogram)
52
 
53
- return Audio(speech.numpy(), rate=16000)
 
54
 
55
 
56
  gr.Interface(
 
50
  with torch.no_grad():
51
  speech = vocoder(spectrogram)
52
 
53
+ return speech.numpy()
54
+
55
 
56
 
57
  gr.Interface(