tmberooney commited on
Commit
bf128d3
·
1 Parent(s): fa04495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,9 +9,9 @@ Original file is located at
9
 
10
  #!pip install transformers accelerate peft bitsandbytes gradio
11
 
12
- from huggingface_hub import notebook_login
13
  import torch
14
- notebook_login()
15
 
16
  import torch
17
  from peft import PeftModel, PeftConfig
 
9
 
10
  #!pip install transformers accelerate peft bitsandbytes gradio
11
 
12
+ #from huggingface_hub import notebook_login
13
  import torch
14
+ #notebook_login()
15
 
16
  import torch
17
  from peft import PeftModel, PeftConfig