Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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,
|