Achitha commited on
Commit
af6d502
·
1 Parent(s): 8fae009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ device = 0 if torch.cuda.is_available() else "cpu"
12
  pipe = pipeline(
13
  task="translation",
14
  model=MODEL_NAME,
15
- chunk_length_s=20,
16
  device=device,
17
  )
18
 
 
12
  pipe = pipeline(
13
  task="translation",
14
  model=MODEL_NAME,
15
+ chunk_length_s=30,
16
  device=device,
17
  )
18