mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Set the show_api flag on Lite (#8205)
* Set the show_api flag on Lite * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
376dfaaa80
commit
cfc272ff79
5
.changeset/cruel-cars-think.md
Normal file
5
.changeset/cruel-cars-think.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Set the show_api flag on Lite
|
@ -2052,7 +2052,7 @@ Received outputs:
|
||||
ssl_keyfile_password: str | None = None,
|
||||
ssl_verify: bool = True,
|
||||
quiet: bool = False,
|
||||
show_api: bool = True,
|
||||
show_api: bool = not wasm_utils.IS_WASM,
|
||||
allowed_paths: list[str] | None = None,
|
||||
blocked_paths: list[str] | None = None,
|
||||
root_path: str | None = None,
|
||||
|
Loading…
Reference in New Issue
Block a user