Hugging Face
Models
Datasets
Spaces
Posts
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...
Rooni
commited on
Oct 14, 2024
Commit
82a3be0
·
verified
·
1 Parent(s):
f7299fc
Delete test.php
Browse files
Files changed (1)
hide
show
test.php
+0
-9
test.php
DELETED
Viewed
@@ -1,9 +0,0 @@
1
-
<?php
2
-
header('Content-Type: application/json');
3
-
4
-
$response = array(
5
-
'success' => true
6
-
);
7
-
8
-
echo json_encode($response);
9
-
?>