github gradio-app/gradio @gradio/paramviewer@0.5.0

8 hours ago

@gradio/paramviewer

0.4.22-beta.5

Dependency updates

  • @gradio/statustracker@0.8.0-beta.5
  • @gradio/atoms@0.9.0-beta.5

0.4.22-beta.4

Dependency updates

  • @gradio/statustracker@0.8.0-beta.4
  • @gradio/atoms@0.9.0-beta.4

0.4.22-beta.3

Dependency updates

  • @gradio/statustracker@0.8.0-beta.3
  • @gradio/atoms@0.9.0-beta.3

0.4.22-beta.2

Dependency updates

  • @gradio/statustracker@0.8.0-beta.2

0.4.22-beta.2

Dependency updates

  • @gradio/atoms@0.9.0-beta.2
  • @gradio/statustracker@0.8.0-beta.2
  • @gradio/utils@0.7.0-beta.2

0.4.22-beta.1

Features

Dependency updates

  • @gradio/atoms@0.8.1-beta.1
  • @gradio/statustracker@0.8.0-beta.1
  • @gradio/utils@0.7.0-beta.1

0.4.22

Fixes

Dependency updates

  • @gradio/utils@0.6.1
  • @gradio/statustracker@0.7.6
  • @gradio/atoms@0.8.1

0.4.21

Features

Dependency updates

  • @gradio/utils@0.6.0
  • @gradio/atoms@0.8.0
  • @gradio/statustracker@0.7.5

0.4.20

Dependency updates

  • @gradio/atoms@0.7.9
  • @gradio/statustracker@0.7.4

0.4.19

Dependency updates

  • @gradio/atoms@0.7.8
  • @gradio/utils@0.5.2
  • @gradio/statustracker@0.7.3

0.4.18

Features

Dependency updates

  • @gradio/statustracker@0.7.2
  • @gradio/atoms@0.7.7

0.4.17

Features

Dependency updates

  • @gradio/atoms@0.7.6
  • @gradio/utils@0.5.1
  • @gradio/statustracker@0.7.1

0.4.16

Dependency updates

  • @gradio/atoms@0.7.5
  • @gradio/utils@0.5.0
  • @gradio/statustracker@0.7.0

0.4.15

Dependency updates

  • @gradio/statustracker@0.6.0

0.4.15

Dependency updates

  • @gradio/statustracker@0.6.0

0.4.14

Dependency updates

  • @gradio/utils@0.4.2
  • @gradio/atoms@0.7.4
  • @gradio/statustracker@0.5.5

0.4.13

Dependency updates

  • @gradio/statustracker@0.5.4

0.4.12

Dependency updates

  • @gradio/statustracker@0.5.3

0.4.11

Dependency updates

  • @gradio/atoms@0.7.3
  • @gradio/statustracker@0.5.2

0.4.10

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

0.4.9

Fixes

  • #8066 624f9b9 - make gradio dev tools a local dependency rather than bundling. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.1
  • @gradio/statustracker@0.5.0
  • @gradio/utils@0.4.0

0.4.8

Dependency updates

  • @gradio/utils@0.3.2
  • @gradio/statustracker@0.4.12
  • @gradio/atoms@0.7.0

0.4.7

Dependency updates

  • @gradio/utils@0.3.1
  • @gradio/atoms@0.6.2
  • @gradio/statustracker@0.4.11

0.4.6

Dependency updates

  • @gradio/atoms@0.6.1
  • @gradio/statustracker@0.4.10

0.4.5

Dependency updates

  • @gradio/statustracker@0.4.9
  • @gradio/atoms@0.6.0

0.4.4

Patch Changes

  • Updated dependencies [98a2719]:
    • @gradio/statustracker@0.4.8

0.4.3

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.5.3
    • @gradio/statustracker@0.4.7

0.4.2

Patch Changes

  • Updated dependencies [065c5b1]:
    • @gradio/utils@0.3.0
    • @gradio/atoms@0.5.2
    • @gradio/statustracker@0.4.6

0.4.1

Patch Changes

  • Updated dependencies [fdd1521]:
    • @gradio/utils@0.2.2
    • @gradio/atoms@0.5.1
    • @gradio/statustracker@0.4.5

0.4.0

Features

Fixes

0.3.0

Highlights

Custom component documentation generator (#7030 3a944ed)

If your custom component has type hints and docstrings for both parameters and return values, you can now automatically generate a documentation page and README.md with no additional effort. Simply run the following command:

gradio cc docs

This will generate a Gradio app that you can upload to spaces providing rich documentation for potential users. The documentation page includes:

  • Installation instructions.
  • A live embedded demo and working code snippet, pulled from your demo app.
  • An API reference for initialising the component, with types, default values and descriptions.
  • An explanation of how the component affects the user's predict function inputs and outputs.
  • Any additional interfaces or classes that are necessary to understand the API reference.
  • Optional links to GitHub, PyPi, and Hugging Face Spaces.

A README will also be generated detailing the same information but in a format that is optimised for viewing on GitHub or PyPi!

Thanks @pngwn!

Features

Don't miss a new gradio release

NewReleases is sending notifications on new releases.