mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
fix progress bars name (#8678)
This commit is contained in:
parent
8bc78c447c
commit
9e0d6774b8
@ -1,4 +1,4 @@
|
||||
# Progress bars
|
||||
# Progress Bars
|
||||
|
||||
Gradio supports the ability to create custom Progress Bars so that you have customizability and control over the progress update that you show to the user. In order to enable this, simply add an argument to your method that has a default value of a `gr.Progress` instance. Then you can update the progress levels by calling this instance directly with a float between 0 and 1, or using the `tqdm()` method of the `Progress` instance to track progress over an iterable, as shown below.
|
||||
|
Loading…
Reference in New Issue
Block a user