Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
import time
|
8 |
import sys
|
9 |
|
10 |
-
from huggingface_hub import
|
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 |
|