Vageesh1 commited on
Commit
5ed3033
·
1 Parent(s): 6dff63d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def ui():
27
  st.markdown("Made by vageesh")
28
 
29
  #audio input box
30
- audio_file = st.file_uploader("Upload an audio file that needs to be cloned", type=[ "wav,Mp4"])
31
  if audio_file is not None:
32
  user_api_key = st.sidebar.text_input(
33
  label="#### Your Eleven Labs API key here 👇",
 
27
  st.markdown("Made by vageesh")
28
 
29
  #audio input box
30
+ audio_file = st.file_uploader("Upload an audio file that needs to be cloned", type=[ "wav,Mp4","Mp3"])
31
  if audio_file is not None:
32
  user_api_key = st.sidebar.text_input(
33
  label="#### Your Eleven Labs API key here 👇",