SaladSlayer00 commited on
Commit
0c3eba4
1 Parent(s): a6e78ad

the reqs updated again

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@ from huggingface_hub import HfFolder
4
 
5
 
6
  token = HfFolder.get_token()
7
- pipe = pipeline(model="SaladSlayer00/another_local", token='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')
8
-
9
  def transcribe(rec=None, file=None):
10
  if rec is not None:
11
  audio = rec
 
4
 
5
 
6
  token = HfFolder.get_token()
7
+ pipe = pipeline(model="SaladSlayer00/another_local")
 
8
  def transcribe(rec=None, file=None):
9
  if rec is not None:
10
  audio = rec