Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UcsTurkey
/
flare
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2b7ddba
flare
/
static
/
js
/
test.js
ciyidogan
Upload 6 files
dbc8392
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
function
runTests
(
) {
apiPost
(
'/test/run'
, {})
.
then
(
data
=>
showResult
(
'test-result'
, data))
.
catch
(
err
=>
console
.
error
(err));
}