Daemontatox commited on
Commit
dcd122e
·
verified ·
1 Parent(s): bbc9fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ prompt = ChatPromptTemplate.from_template(template)
151
  # Create the RAG chain with chat history
152
 
153
 
154
- @spcaes.GPU(600)
155
  def create_rag_chain(chat_history: str):
156
  chain = (
157
  {
 
151
  # Create the RAG chain with chat history
152
 
153
 
154
+ @spaces.GPU(600)
155
  def create_rag_chain(chat_history: str):
156
  chain = (
157
  {