CaioUSC commited on
Commit
9ee76d1
·
verified ·
1 Parent(s): 7df4657

Update app/server_factory_predictor.py

Browse files
Files changed (1) hide show
  1. app/server_factory_predictor.py +1 -1
app/server_factory_predictor.py CHANGED
@@ -17,7 +17,7 @@ app.mount("/app/static", StaticFiles(directory="static"), name="static")
17
  app.add_middleware(
18
  CORSMiddleware,
19
  allow_origins=["http://127.0.0.1:5173","http://localhost:5173","http://127.0.0.1:7860",
20
- "http://localhost:7860","http://0.0.0.0:7860", "https://santanche-factory-ml.hf.space"],
21
  allow_credentials=True,
22
  allow_methods=["*"],
23
  allow_headers=["*"],
 
17
  app.add_middleware(
18
  CORSMiddleware,
19
  allow_origins=["http://127.0.0.1:5173","http://localhost:5173","http://127.0.0.1:7860",
20
+ "http://localhost:7860","http://0.0.0.0:7860", "https://caiousc-factory-ml.hf.space"],
21
  allow_credentials=True,
22
  allow_methods=["*"],
23
  allow_headers=["*"],