Spaces:
Sleeping
Sleeping
updated app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from langchain_community.llms import LlamaCpp
|
|
4 |
from huggingface_hub.file_download import http_get
|
5 |
# from llama_cpp import Llama
|
6 |
from langchain_core.callbacks import CallbackManager, StreamingStdOutCallbackHandler
|
7 |
-
|
8 |
|
9 |
import os
|
10 |
import fal_client
|
|
|
4 |
from huggingface_hub.file_download import http_get
|
5 |
# from llama_cpp import Llama
|
6 |
from langchain_core.callbacks import CallbackManager, StreamingStdOutCallbackHandler
|
7 |
+
from langchain_core.prompts import ChatPromptTemplate
|
8 |
|
9 |
import os
|
10 |
import fal_client
|