Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
inference-widgets
like
7
Running
on
CPU Upgrade
App
Files
Files
Community
1
d898dff
inference-widgets
/
packages
/
inference
/
test
/
global.d.ts
machineuser
Sync widgets demo
94753b6
9 months ago
raw
Copy download link
history
blame
Safe
78 Bytes
declare
global
{
const
__TEST_FILES__
:
Record
<
string
,
string
>;
}
export
{};