DeMaking commited on
Commit
74eb703
·
verified ·
1 Parent(s): 5292bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ if not HF_HUB_TOKEN:
35
  # Login and initialize the InferenceClient
36
  login(token=HF_HUB_TOKEN)
37
  client = InferenceClient(token=HF_HUB_TOKEN)
38
- print(f"HF_HUB_TOKEN: {HF_HUB_TOKEN[10:]}")
39
 
40
 
41
  # Create FastAPI app instance
 
35
  # Login and initialize the InferenceClient
36
  login(token=HF_HUB_TOKEN)
37
  client = InferenceClient(token=HF_HUB_TOKEN)
38
+ print(f"HF_HUB_TOKEN: {HF_HUB_TOKEN[3:]}")
39
 
40
 
41
  # Create FastAPI app instance