sss2000 commited on
Commit
2256efc
1 Parent(s): 40cc2a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st.set_page_config(page_title="Your English audio to Chinese text,
5
  page_icon="🦜")
6
  st.header("Turn Your English Audio to Chinese text")
7
- uploaded_file = st.file_uploader("Select an audio file",type=["mp3","mp4"])
8
 
9
  if uploaded_file is not None:
10
  print(uploaded_file)
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.set_page_config(page_title="Your English audio to Chinese text”,
5
  page_icon="🦜")
6
  st.header("Turn Your English Audio to Chinese text")
7
+ uploaded_file = st.file_uploader("Select an audio file")
8
 
9
  if uploaded_file is not None:
10
  print(uploaded_file)