Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ model.enable_cpu_offload()
|
|
| 18 |
|
| 19 |
import numpy as np
|
| 20 |
from scipy.io.wavfile import write as write_wav
|
|
|
|
| 21 |
|
| 22 |
def split_text_into_sentences(text):
|
| 23 |
sentences = []
|
|
|
|
| 18 |
|
| 19 |
import numpy as np
|
| 20 |
from scipy.io.wavfile import write as write_wav
|
| 21 |
+
import wave
|
| 22 |
|
| 23 |
def split_text_into_sentences(text):
|
| 24 |
sentences = []
|