suwesh commited on
Commit
df61aa7
Β·
verified Β·
1 Parent(s): 2714602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ pipe = pipeline(
15
  model=modelpath,
16
  torch_dtype=torch.bfloat16,
17
  device_map="auto",
18
- use_auth_token=hf_token
19
  )
20
  messages = [
21
  {"role": "system", "content": "You are a customer applying for a loan. Provide dummy details about your application and negotiate the terms."},
 
15
  model=modelpath,
16
  torch_dtype=torch.bfloat16,
17
  device_map="auto",
 
18
  )
19
  messages = [
20
  {"role": "system", "content": "You are a customer applying for a loan. Provide dummy details about your application and negotiate the terms."},