srijaydeshpande commited on
Commit
5b9bace
·
verified ·
1 Parent(s): 5cbefa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -10,6 +10,11 @@ import subprocess
10
  from huggingface_hub import hf_hub_download
11
  from llama_cpp import Llama
12
 
 
 
 
 
 
13
  repo_id = "srijaydeshpande/CVCRaft"
14
  model_id = "cvcraft.gguf"
15
 
 
10
  from huggingface_hub import hf_hub_download
11
  from llama_cpp import Llama
12
 
13
+ from huggingface_hub import login
14
+
15
+ login(token = os.getenv('HF_TOKEN'))
16
+
17
+
18
  repo_id = "srijaydeshpande/CVCRaft"
19
  model_id = "cvcraft.gguf"
20