Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dimaaaaaaaaaa/sonnik
Dimaaaaaaaaaa
/
ber
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rooni
commited on
Sep 18, 2024
Commit
7d1cf4c
·
verified
·
1 Parent(s):
748d92e
Create test.php
Browse files
Files changed (1)
hide
show
test.php
+9
-0
test.php
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
<?php
2
+
header('Content-Type: application/json');
3
+
4
+
$response = array(
5
+
'success' => true
6
+
);
7
+
8
+
echo json_encode($response);
9
+
?>