Replies: 1 comment 1 reply
-
Check out this issue gradio-app/gradio#1608. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to pass query parameters to the application after running
python app.py
.For example, When I visit http://127.0.0.1:7863/?param1=hello¶m2=world, I want to be able to use these parameters and display them somewhere on the page.
Can someone guide me where to start?
Should I create fastAPIs to handle this?
https://huggingface.co/spaces/radames/gradio-url-params-request/blob/main/app.py
I tried with the gradio example above, but unable to integrate it with kotaemon.
Beta Was this translation helpful? Give feedback.
All reactions