refactor: models list table columns from props
This commit is contained in:
@@ -60,6 +60,8 @@ export interface FormData {
|
||||
}
|
||||
|
||||
export interface ModelInstanceListItem {
|
||||
backend?: string;
|
||||
backend_version?: string;
|
||||
source: string;
|
||||
huggingface_repo_id: string;
|
||||
huggingface_filename: string;
|
||||
|
||||
Reference in New Issue
Block a user