Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
7 |
from threading import Thread
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import re
|
|
|
10 |
from typing import Iterator
|
11 |
|
12 |
# Intentar importar spaces solo si estamos en un espacio de Hugging Face
|
|
|
7 |
from threading import Thread
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import re
|
10 |
+
from llama_cpp import Llama
|
11 |
from typing import Iterator
|
12 |
|
13 |
# Intentar importar spaces solo si estamos en un espacio de Hugging Face
|