()
| 61 | } |
| 62 | |
| 63 | export async function removeModelLocally() { |
| 64 | return await tf.io.removeModel(LOCAL_MODEL_URL); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Check the presence and status of locally saved models (e.g., in IndexedDB). |
nothing calls this directly
no test coverage detected