Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
|
|
3 |
from langchain_core.pydantic_v1 import BaseModel, Field
|
4 |
from langchain.prompts import HumanMessagePromptTemplate, ChatPromptTemplate
|
5 |
from langchain.output_parsers import PydanticOutputParser
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
|
4 |
from langchain_core.pydantic_v1 import BaseModel, Field
|
5 |
from langchain.prompts import HumanMessagePromptTemplate, ChatPromptTemplate
|
6 |
from langchain.output_parsers import PydanticOutputParser
|