Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import torch
|
|
7 |
import torchvision
|
8 |
|
9 |
from langchain_google_genai import GoogleGenerativeAI
|
|
|
10 |
|
11 |
from langchain.prompts import PromptTemplate
|
12 |
from langchain.chains import LLMChain
|
|
|
7 |
import torchvision
|
8 |
|
9 |
from langchain_google_genai import GoogleGenerativeAI
|
10 |
+
from langchain_google_genai import ChatGoogleGenerativeAI
|
11 |
|
12 |
from langchain.prompts import PromptTemplate
|
13 |
from langchain.chains import LLMChain
|