Spaces:
Runtime error
Runtime error
Removed deprecated packages
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
## Import required packages
|
4 |
|
5 |
-
from
|
6 |
from langchain.prompts import FewShotChatMessagePromptTemplate, ChatPromptTemplate, FewShotPromptTemplate
|
7 |
import gradio as gr
|
8 |
from langchain.chains import LLMChain
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
## Import required packages
|
4 |
|
5 |
+
from langchain_community.llms import CTransformers
|
6 |
from langchain.prompts import FewShotChatMessagePromptTemplate, ChatPromptTemplate, FewShotPromptTemplate
|
7 |
import gradio as gr
|
8 |
from langchain.chains import LLMChain
|