Taino commited on
Commit
f7cdc90
1 Parent(s): fbda5bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -151,11 +151,10 @@ def yt_transcribe(yt_url):
151
 
152
  import streamlit as st
153
 
154
- st.title("Whisper Large V2: Transcribe Audio")
155
 
156
  f"""
157
- Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the
158
- checkpoint {MODEL_NAME} and 🤗 Transformers to transcribe audio files of arbitrary length.
159
  """
160
 
161
  tab1, tab2 = st.tabs(["Transcribe Audio", "Transcribe YouTube"])
 
151
 
152
  import streamlit as st
153
 
154
+ st.title("Saylss - remove profane audio from uploaded content")
155
 
156
  f"""
157
+ Saylss censors profane audio inputs with the click of a button! Saylss uses a custom Whisper model to timestamp at the word level and then several audio manipulation libraries to process and return a clean version.
 
158
  """
159
 
160
  tab1, tab2 = st.tabs(["Transcribe Audio", "Transcribe YouTube"])