ljlmike commited on
Commit
5c48fb3
·
1 Parent(s): 3d54663
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ Secrets to add in **Settings ▸ Environment variables & secrets**
10
  HF_TOKEN – (optional) Bearer token that can invoke the endpoint
11
  """
12
 
13
- ENDPOINT_ID = os.getenv("ENDPOINT_URL", None)
14
  HF_TOKEN = os.getenv("HF_TOKEN")
15
 
16
  if not ENDPOINT_ID:
 
10
  HF_TOKEN – (optional) Bearer token that can invoke the endpoint
11
  """
12
 
13
+ ENDPOINT_ID = os.getenv("ENDPOINT_ID")
14
  HF_TOKEN = os.getenv("HF_TOKEN")
15
 
16
  if not ENDPOINT_ID: