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 = ["falkona", "fuck","f***","s***", "b****", "c***", "h**","n*****"]
|
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 = ["falkona", "fuck","f***","s***", "b****", "c***", "h**","n*****","f*****","p****"]
|
24 |
|
25 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
26 |
|