Trung commited on
Commit
7cccde1
·
1 Parent(s): b360f11

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  from huggingface_hub import InferenceClient
4
 
5
  # Password authentication setup
6
- PASSWORD = os.environ.get("APP_PASSWORD", "default_password") # Get from Space secrets
7
  authenticated = False # Track authentication state
8
 
9
  """
 
3
  from huggingface_hub import InferenceClient
4
 
5
  # Password authentication setup
6
+ PASSWORD = os.environ.get("APP_PASS") # Get from Space secrets
7
  authenticated = False # Track authentication state
8
 
9
  """