Skip to main content

zsfm_tabicl/
lib.rs

1pub mod config;
2pub mod infer;
3
4pub use config::TabIclConfig;
5pub use infer::TabIclModel;