abanm commited on
Commit
a956914
·
verified ·
1 Parent(s): 16bd81c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  # Constants
6
  SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
7
- HF_API_KEY = HF_API_KEY = os.getenv("HF_API_KEY")
8
  DUBS_PATH = "🐾" # Optional: Replace with an avatar path if needed
9
 
10
  # Streamlit Configuration
 
4
 
5
  # Constants
6
  SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
7
+ HF_API_KEY = os.getenv("HF_API_KEY")
8
  DUBS_PATH = "🐾" # Optional: Replace with an avatar path if needed
9
 
10
  # Streamlit Configuration