on1onmangoes commited on
Commit
4fd55c8
·
verified ·
1 Parent(s): de6817d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ client = Client("on1onmangoes/CNIHUB101324v10", hf_token=HF_TOKEN)
16
  # Update the conversation history within the function.
17
  # Return the updated history along with any other required outputs.
18
 
19
- @spaces.GPU()
20
  def stream_chat_with_rag(
21
  message: str,
22
  history: list,
 
16
  # Update the conversation history within the function.
17
  # Return the updated history along with any other required outputs.
18
 
19
+ #@spaces.GPU()
20
  def stream_chat_with_rag(
21
  message: str,
22
  history: list,