broadfield-dev commited on
Commit
21fbedd
·
verified ·
1 Parent(s): 23129f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ from huggingface_hub import InferenceClient
19
 
20
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
21
  logger = logging.getLogger(__name__)
22
- ENDPOINTS_FILE = "https://huggingface.co/spaces/Space-Share/bucket/raw/main/endpoints.json"
 
23
 
24
  HEADER_BITS = 32
25
  AES_GCM_NONCE_SIZE = 12
 
19
 
20
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
21
  logger = logging.getLogger(__name__)
22
+ #ENDPOINTS_FILE = "https://huggingface.co/spaces/Space-Share/bucket/raw/main/endpoints.json"
23
+ ENDPOINTS_FILE = "endpoints.json"
24
 
25
  HEADER_BITS = 32
26
  AES_GCM_NONCE_SIZE = 12