Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import streamlit as st
|
|
20 |
|
21 |
MODEL_NAME = "openai/whisper-large-v2"
|
22 |
|
23 |
-
PROFANE_WORDS = ["
|
24 |
|
25 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
26 |
|
|
|
20 |
|
21 |
MODEL_NAME = "openai/whisper-large-v2"
|
22 |
|
23 |
+
PROFANE_WORDS = ["Fuck", "fuck","f***","s***", "b****", "c***", "h**","n*****","f*****","p****", "dick", "slit", "slut", "pussy", "ass", "fucking", "fuckin"]
|
24 |
|
25 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
26 |
|