mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
formatting
This commit is contained in:
parent
b87de1228a
commit
70ee479de6
@ -221,7 +221,7 @@ def get_config_file(interface: Interface) -> Dict[str, Any]:
|
||||
iface["label"] = param_names[i].replace("_", " ")
|
||||
else:
|
||||
iface["label"] = (
|
||||
f"input {i + 1}"
|
||||
f"input {i + 1}"
|
||||
if len(config["input_components"]) > 1
|
||||
else "input"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user