(lora_name_or_path_)
| 892 | ) |
| 893 | |
| 894 | def sample_data(lora_name_or_path_): |
| 895 | json_data = sample_data_func(lora_name_or_path_) |
| 896 | return json2output(json_data) |
| 897 | |
| 898 | sample_bnt.click( |
| 899 | sample_data, |
nothing calls this directly
no test coverage detected