asahi417 commited on
Commit
efa4b4a
1 Parent(s): 9aa9482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -33,9 +33,7 @@ pipe = pipeline(
33
  batch_size=BATCH_SIZE,
34
  torch_dtype=torch_dtype,
35
  device=device,
36
- model_kwargs=model_kwargs,
37
- punctuator=True,
38
- stable_ts=True,
39
  )
40
 
41
 
 
33
  batch_size=BATCH_SIZE,
34
  torch_dtype=torch_dtype,
35
  device=device,
36
+ model_kwargs=model_kwargs
 
 
37
  )
38
 
39