abanm commited on
Commit
a048588
·
verified ·
1 Parent(s): 117d52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import datetime
6
  from huggingface_hub import InferenceClient
7
 
8
  # Constants
9
- SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
10
  HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
11
  EOS_TOKEN = "<|end|>"
12
  CHAT_HISTORY_DIR = "chat_histories"
 
6
  from huggingface_hub import InferenceClient
7
 
8
  # Constants
9
+ SPACE_URL = "https://qf6hn3tcwcf7pc7p.us-east-1.aws.endpoints.huggingface.cloud"
10
  HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
11
  EOS_TOKEN = "<|end|>"
12
  CHAT_HISTORY_DIR = "chat_histories"