Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import VitsModel, AutoTokenizer
|
3 |
import torch
|
|
|
4 |
|
5 |
# Title and Description
|
6 |
st.title("Text-to-Speech with VitsModel")
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import VitsModel, AutoTokenizer
|
3 |
import torch
|
4 |
+
import soundfile as sf
|
5 |
|
6 |
# Title and Description
|
7 |
st.title("Text-to-Speech with VitsModel")
|