Codegeass321 commited on
Commit
a7005fc
·
1 Parent(s): 147d161
Files changed (1) hide show
  1. api.py +2 -1
api.py CHANGED
@@ -29,7 +29,8 @@ origins = [
29
  "http://localhost:3000", # For local development
30
  "https://chat-docx-ai-vercel.vercel.app",
31
  "https://huggingface.co", # Hugging Face Spaces domain
32
- "https://codegeass321-chatdocxai.hf.space", # Your specific HF space
 
33
  ]
34
 
35
  app.add_middleware(
 
29
  "http://localhost:3000", # For local development
30
  "https://chat-docx-ai-vercel.vercel.app",
31
  "https://huggingface.co", # Hugging Face Spaces domain
32
+ "https://codegeass321-chatdocxai.hf.space", # Old HF space
33
+ "https://codegeass321-backendserver.hf.space", # New HF space
34
  ]
35
 
36
  app.add_middleware(