lucas-w commited on
Commit
73f296b
Β·
1 Parent(s): 82d3d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -9,6 +9,11 @@ demo = gr.ChatInterface(mental_chat)
9
  demo.launch()
10
  """
11
 
 
 
 
 
 
12
  import gradio as gr
13
  import torch
14
  from peft import PeftModel, PeftConfig
 
9
  demo.launch()
10
  """
11
 
12
+ pip install huggingface_hub
13
+
14
+ python -c "from huggingface_hub.hf_api import HfFolder; HfFolder.save_token('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')"
15
+
16
+
17
  import gradio as gr
18
  import torch
19
  from peft import PeftModel, PeftConfig