yaghi27 commited on
Commit
74f32c9
·
verified ·
1 Parent(s): b401b8e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -23,7 +23,7 @@ ALLOWED_MODELS = {
23
  app = FastAPI()
24
  app.add_middleware(
25
  CORSMiddleware,
26
- allow_origins=["https://yaghi27-regnet-detr3d.hf.space"],
27
  allow_credentials=True,
28
  allow_methods=["*"],
29
  allow_headers=["*"],
 
23
  app = FastAPI()
24
  app.add_middleware(
25
  CORSMiddleware,
26
+ allow_origins=["https://yaghi27-imagetobev-lightweight.hf.space"],
27
  allow_credentials=True,
28
  allow_methods=["*"],
29
  allow_headers=["*"],