Spaces:
Configuration error
Configuration error
Fix build issues
Browse files- config/settings.py +1 -1
config/settings.py
CHANGED
@@ -49,7 +49,7 @@ INSTALLED_APPS = [
|
|
49 |
CORS_ALLOW_ALL_ORIGINS = True # If this is used then `CORS_ALLOWED_ORIGINS` will not have any effect
|
50 |
CORS_ALLOW_CREDENTIALS = True
|
51 |
CORS_ALLOWED_ORIGINS = [
|
52 |
-
'
|
53 |
]
|
54 |
|
55 |
REST_FRAMEWORK = {
|
|
|
49 |
CORS_ALLOW_ALL_ORIGINS = True # If this is used then `CORS_ALLOWED_ORIGINS` will not have any effect
|
50 |
CORS_ALLOW_CREDENTIALS = True
|
51 |
CORS_ALLOWED_ORIGINS = [
|
52 |
+
'https://undetectable-voice-clone.hf.space',
|
53 |
]
|
54 |
|
55 |
REST_FRAMEWORK = {
|