IlyaGusev commited on
Commit
a7c2e6e
1 Parent(s): dc414f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  import time
8
  import sys
9
 
10
- from huggingface_hub import snapshot_download
11
  from llama_cpp import Llama
12
 
13
 
 
7
  import time
8
  import sys
9
 
10
+ from huggingface_hub.file_download import http_get
11
  from llama_cpp import Llama
12
 
13