Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stanno
/
capstone
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
stanley
commited on
May 7, 2023
Commit
0589bd5
·
1 Parent(s):
1b1fd68
updating cors
Browse files
Files changed (1)
hide
show
cors.json
+7
-0
cors.json
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
[
2
+
{
3
+
"origin": ["*"],
4
+
"method": ["GET"],
5
+
"maxAgeSeconds": 3600
6
+
}
7
+
]