gradio/guides/05_custom-components
Freddy Boulton b3b0ea3e11
Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used (#7638)
* backend code

* Frontend code

* add changeset

* Add to FAQ

* lint

* Check pip3/python3

* Check pip/python3 and edit docstrings.

* Build docstring

* more informative error

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-03-08 15:01:49 -08:00
..
01_custom-components-in-five-minutes.md Add a simpleimage template for custom components (#7129) 2024-01-26 17:29:29 -08:00
02_key-component-concepts.md Refactor examples so they accept data in the same format as is returned by function, rename .as_example() to .process_example() (#6933) 2024-01-10 16:35:25 -08:00
03_configuration.md Some tweaks to the Custom Components Guide (#6243) 2023-11-02 12:29:52 -07:00
04_backend.md Refactor example_inputs(), separating its logic into two separate methods: example_payload() and example_value() (#7620) 2024-03-06 19:37:14 +00:00
05_frontend.md Refactors get_fetchable_url_or_file() to remove it from the frontend (#7528) 2024-02-26 13:01:00 -08:00
06_frequently-asked-questions.md Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used (#7638) 2024-03-08 15:01:49 -08:00
07_pdf-component-example.md Refactor example_inputs(), separating its logic into two separate methods: example_payload() and example_value() (#7620) 2024-03-06 19:37:14 +00:00
08_multimodal-chatbot-part1.md Refactor example_inputs(), separating its logic into two separate methods: example_payload() and example_value() (#7620) 2024-03-06 19:37:14 +00:00
09_documenting-custom-components.md Cc publish docs (#7162) 2024-01-25 19:15:10 +00:00