Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgokg
/
fastapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgokg
commited on
Nov 26, 2024
Commit
5a2a00b
·
verified
·
1 Parent(s):
bde8d16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,7 +9,7 @@ app = FastAPI()
9
10
origins = [
11
"http://localhost",
12
-
"http://localhost:8000"
13
]
14
15
9
10
origins = [
11
"http://localhost",
12
+
"http://localhost:8000"
,
13
]
14
15