Vishwas1 commited on
Commit
3042d4c
·
verified ·
1 Parent(s): c7de04f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ app = FastAPI()
14
  origins = [
15
  "https://huggingface.co/spaces/Vishwas1/LLMBuilderPro", # Replace with your Gradio frontend Space URL
16
  "http://localhost", # If testing locally
17
- "https://web.postman.co"
18
  ]
19
 
20
  app.add_middleware(
 
14
  origins = [
15
  "https://huggingface.co/spaces/Vishwas1/LLMBuilderPro", # Replace with your Gradio frontend Space URL
16
  "http://localhost", # If testing locally
17
+ "https://web.postman.co",
18
  ]
19
 
20
  app.add_middleware(