Lenylvt commited on
Commit
f871faa
β€’
1 Parent(s): d6f026a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def transcribe(audio_file, model_size):
64
 
65
  # Example Streamlit UI setup to use transcribe function
66
  st.title("Whisper")
67
- st.write("For API use please visit [this space](https://huggingface.co/spaces/Lenylvt/Whisper-API)")
68
 
69
  audio_file = st.file_uploader("🎡 Upload Audio or Video", type=['wav', 'mp3', 'ogg', 'mp4', 'avi'])
70
  model_size = st.selectbox("πŸ“ Model Size", ["base", "small", "medium", "large", "large-v2", "large-v3"])
 
64
 
65
  # Example Streamlit UI setup to use transcribe function
66
  st.title("Whisper")
67
+ st.write("For Remove Timestamps please visit [this Space](https://huggingface.co/spaces/Lenylvt/Whisper_Timestamps_Remover). For API use please visit [this space](https://huggingface.co/spaces/Lenylvt/Whisper-API)")
68
 
69
  audio_file = st.file_uploader("🎡 Upload Audio or Video", type=['wav', 'mp3', 'ogg', 'mp4', 'avi'])
70
  model_size = st.selectbox("πŸ“ Model Size", ["base", "small", "medium", "large", "large-v2", "large-v3"])