Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,10 @@ routes.get_types = get_types
|
|
34 |
q = queue.Queue()
|
35 |
|
36 |
arrr = []
|
|
|
|
|
|
|
|
|
37 |
# App code
|
38 |
def res(x, id, cdata, url):
|
39 |
global q
|
|
|
34 |
q = queue.Queue()
|
35 |
|
36 |
arrr = []
|
37 |
+
|
38 |
+
from huggingface_hub import hf_hub_download
|
39 |
+
hf_hub_download(repo_id='StarFox7/Llama-2-ko-7B-chat-gguf', filename='Llama-2-ko-7B-chat-gguf-q4_0.bin', local_dir='./')
|
40 |
+
|
41 |
# App code
|
42 |
def res(x, id, cdata, url):
|
43 |
global q
|