Spaces:
Running
Running
| // Public browser configuration. Never put Hugging Face tokens here. | |
| export const config = { | |
| // Relative to this file. An absolute, public HTTPS JSON URL also works. | |
| dataUrl: new URL('./data/benchmark.json', import.meta.url).href, | |
| requestTimeoutMs: 15000, | |
| }; | |