valeriylo commited on
Commit
90f0c51
1 Parent(s): c7c736f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from huggingface_hub import snapshot_download, hf_hub_download
16
  repo_name = "IlyaGusev/saiga_mistral_7b_gguf"
17
  model_name = "model-q4_K.gguf"
18
 
19
- #snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
20
 
21
 
22
  def get_pdf_text(pdf_docs):
 
16
  repo_name = "IlyaGusev/saiga_mistral_7b_gguf"
17
  model_name = "model-q4_K.gguf"
18
 
19
+ snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
20
 
21
 
22
  def get_pdf_text(pdf_docs):