Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
from langchain_core.prompts import ChatPromptTemplate, HumanMessagePromptTemplate
|
3 |
from langchain.schema import SystemMessage
|
4 |
import streamlit as st
|
5 |
import torch
|
|
|
1 |
import os
|
2 |
+
from langchain_core.prompts import ChatPromptTemplate, HumanMessagePromptTemplate
|
3 |
from langchain.schema import SystemMessage
|
4 |
import streamlit as st
|
5 |
import torch
|