Woziii commited on
Commit
1fbff9e
·
verified ·
1 Parent(s): 71a214b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -45,7 +45,6 @@ pipe = pipeline(
45
  device=device,
46
  model_kwargs={"low_cpu_mem_usage": True},
47
  )
48
- pipe.to('cuda')
49
 
50
 
51
 
 
45
  device=device,
46
  model_kwargs={"low_cpu_mem_usage": True},
47
  )
 
48
 
49
 
50