Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|