mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Add that api routes are automatically named to CHANGELOG. (#6227)
* minor fix * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
27194a987f
commit
4840b4bc29
5
.changeset/five-women-brake.md
Normal file
5
.changeset/five-women-brake.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Add that api routes are automatically named to CHANGELOG.
|
@ -60,6 +60,8 @@ We now support using any custom share server for your gradio share links.
|
||||
* Many of the positional arguments in launch() are now keyword only, and show_tips has been removed
|
||||
* Changes the format of flagged data to json instead of filepath for media
|
||||
* Removes gr.Series and gr.Parallel
|
||||
* All API endpoints are named by deafult. If `api_name=None`, the api name is the name of the python function.
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
|
@ -28,7 +28,7 @@ class Column(BlockContext, metaclass=ComponentMeta):
|
||||
Guides: controlling-layout
|
||||
"""
|
||||
|
||||
EVENTS = ["baz"]
|
||||
EVENTS = []
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user