Spaces:
Paused
Paused
Hjgugugjhuhjggg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from pydantic import BaseModel
|
2 |
-
from
|
3 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
4 |
import re
|
5 |
import httpx
|
|
|
1 |
from pydantic import BaseModel
|
2 |
+
from llama_cpp import Llama
|
3 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
4 |
import re
|
5 |
import httpx
|