Tim Luka Horstmann commited on
Commit
bdbefdd
·
1 Parent(s): 293413b

trigger rebuild

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
19
 
20
  app = FastAPI()
21
 
22
- # Authenticate with Hugging Face
23
  hf_token = os.getenv("HF_TOKEN")
24
  if not hf_token:
25
  logger.error("HF_TOKEN environment variable not set.")
 
19
 
20
  app = FastAPI()
21
 
22
+ # Authenticate with Hugging Fac
23
  hf_token = os.getenv("HF_TOKEN")
24
  if not hf_token:
25
  logger.error("HF_TOKEN environment variable not set.")