alexkueck commited on
Commit
1c8ccd0
·
1 Parent(s): 6fde196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import time
6
  from utils import *
7
 
8
  # HF Inference Endpoints parameter
9
- endpoint_url = "https://qrh4fv8e7x3fw9w3.us-east-1.aws.endpoints.huggingface.cloud" #\
10
 
11
  hf_token = os.getenv("TOKEN_HF")
12
 
 
6
  from utils import *
7
 
8
  # HF Inference Endpoints parameter
9
+ endpoint_url = "https://qrh4fv8e7x3fw9w3.us-east-1.aws.endpoints.huggingface.cloud"
10
 
11
  hf_token = os.getenv("TOKEN_HF")
12