Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dimaaaaaaaaaa/ber
Dimaaaaaaaaaa
/
AIdoctor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06f4177
AIdoctor
/
test.php
Rooni
Create test.php
7d1cf4c
verified
9 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
<?php
header
(
'Content-Type: application/json'
);
$response
=
array
(
'success'
=>
true
);
echo
json_encode
(
$response
);
?>