diff --git a/.changeset/light-hornets-retire.md b/.changeset/light-hornets-retire.md new file mode 100644 index 0000000000..0550aab4f3 --- /dev/null +++ b/.changeset/light-hornets-retire.md @@ -0,0 +1,6 @@ +--- +"gradio": patch +"gradio_client": patch +--- + +feat:Add Documentation Group for gr.Cache diff --git a/client/python/gradio_client/documentation.py b/client/python/gradio_client/documentation.py index d0312f5a63..a6fde042c0 100644 --- a/client/python/gradio_client/documentation.py +++ b/client/python/gradio_client/documentation.py @@ -63,6 +63,7 @@ def extract_instance_attr_doc(cls, attr): ("gradio.utils", "helpers"), ("gradio.renderable", "renderable"), ("gradio.validators", "validators"), + ("gradio.caching", "helpers"), ]