Taino commited on
Commit
e380265
1 Parent(s): 4b84da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -155,6 +155,7 @@ 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"])
 
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
+ by olmec.ai & batman.
159
  """
160
 
161
  tab1, tab2 = st.tabs(["Transcribe Audio", "Transcribe YouTube"])