Taino commited on
Commit
4b84da8
·
1 Parent(s): 7eeeb6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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