Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
st.markdown("Upload a voice input, and get the cloned voice output.")
|
28 |
|
29 |
# File upload
|
30 |
-
audio_file = st.file_uploader("Upload your audio file", type=["wav", "mp3"])
|
31 |
|
32 |
if audio_file is not None:
|
33 |
st.audio(audio_file, format="audio/wav")
|
|
|
27 |
st.markdown("Upload a voice input, and get the cloned voice output.")
|
28 |
|
29 |
# File upload
|
30 |
+
audio_file = st.file_uploader("Upload your audio file", type=["wav", "mp3","mp4"])
|
31 |
|
32 |
if audio_file is not None:
|
33 |
st.audio(audio_file, format="audio/wav")
|