Ritesh-hf commited on
Commit
6882b6b
·
verified ·
1 Parent(s): 7d5312f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ pipe = pipeline(
26
  max_new_tokens=128,
27
  chunk_length_s=30,
28
  batch_size=8,
29
- torch_dtype=torch_dtype,
30
  device=device,
31
  )
32
 
 
26
  max_new_tokens=128,
27
  chunk_length_s=30,
28
  batch_size=8,
 
29
  device=device,
30
  )
31