Spaces:
Running
Running
Commit
·
f2a9b5f
1
Parent(s):
9add385
added few domains
Browse files- testpkg/finit.py +2 -0
testpkg/finit.py
CHANGED
|
@@ -14,6 +14,8 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
| 14 |
# "http://localhost:8080",
|
| 15 |
|
| 16 |
origins = [
|
|
|
|
|
|
|
| 17 |
"*",
|
| 18 |
None
|
| 19 |
]
|
|
|
|
| 14 |
# "http://localhost:8080",
|
| 15 |
|
| 16 |
origins = [
|
| 17 |
+
"https://huggingface.co",
|
| 18 |
+
"https://huggingface.co/spaces/abhijitkumarjha88192/test-space"
|
| 19 |
"*",
|
| 20 |
None
|
| 21 |
]
|