Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
9cd8fce
1
Parent(s):
fd79eb2
Playing with models.
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ app = FastAPI()
|
|
12 |
|
13 |
app.add_middleware(
|
14 |
CORSMiddleware,
|
15 |
-
allow_origins=["https://
|
16 |
allow_credentials=True,
|
17 |
allow_methods=["*"],
|
18 |
allow_headers=["*"],
|
|
|
12 |
|
13 |
app.add_middleware(
|
14 |
CORSMiddleware,
|
15 |
+
allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win"],
|
16 |
allow_credentials=True,
|
17 |
allow_methods=["*"],
|
18 |
allow_headers=["*"],
|