ev6 commited on
Commit
7890dc8
·
verified ·
1 Parent(s): 7827a48

Update app/django_app/settings.py

Browse files
Files changed (1) hide show
  1. app/django_app/settings.py +1 -1
app/django_app/settings.py CHANGED
@@ -24,7 +24,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY', 'your-default-secret-key')
24
  # SECURITY WARNING: don't run with debug turned on in production!
25
  DEBUG = True
26
 
27
- ALLOWED_HOSTS = ['https://ev6-emotions-recognition.hf.space', 'https://huggingface.co/']
28
  X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
29
  X_FRAME_OPTIONS = 'ALLOW-FROM https://ev6-emotions-recognition.hf.space'
30
 
 
24
  # SECURITY WARNING: don't run with debug turned on in production!
25
  DEBUG = True
26
 
27
+ ALLOWED_HOSTS = ['ev6-emotions-recognition.hf.space', 'huggingface.co/']
28
  X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
29
  X_FRAME_OPTIONS = 'ALLOW-FROM https://ev6-emotions-recognition.hf.space'
30