Spaces:
Running
Running
fix
Browse files
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("
|
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:
|