On the issue of Langgraph and Gradio coordination #1399
Unanswered
shanghaiyangming
asked this question in
Q&A
Replies: 2 comments
-
trying to create a gradio too using humen in loop any samples? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created a Gradio example on Huggingface spaces of a Langgraph recipe assistant with a human-in-the-loop component. You can find the space here https://huggingface.co/spaces/fkemeth/SafePlates and the code here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Langgraph to work with Gradio to write a demo, but I want the agent to have human(in loop)involvement in the intermediate process, so I need to get input from the gradio client at a node, how do I do this?
Beta Was this translation helpful? Give feedback.
All reactions