Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from langchain_core.runnables import RunnableBranch
|
|
| 4 |
from langchain_core.runnables.passthrough import RunnableAssign
|
| 5 |
from langchain_core.runnables import RunnableLambda
|
| 6 |
from langchain_nvidia_ai_endpoints import ChatNVIDIA, NVIDIAEmbeddings
|
|
|
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
|
|
|
|
| 4 |
from langchain_core.runnables.passthrough import RunnableAssign
|
| 5 |
from langchain_core.runnables import RunnableLambda
|
| 6 |
from langchain_nvidia_ai_endpoints import ChatNVIDIA, NVIDIAEmbeddings
|
| 7 |
+
from functools import partial
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
|