Megalino111 commited on
Commit
243e095
·
1 Parent(s): f9aa2a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ models = list_models()
5
 
6
  # Or configure a HfApi client
7
  hf_api = HfApi(
8
- endpoint="https://huggingface.co", # Can be a Private Hub endpoint.
9
- token="hf_xxx", # Token is not persisted on the machine.
10
  )
11
  models = hf_api.list_models()
 
5
 
6
  # Or configure a HfApi client
7
  hf_api = HfApi(
8
+ endpoint="models.", # Can be a Private Hub endpoint.
9
+ token="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", # Token is not persisted on the machine.
10
  )
11
  models = hf_api.list_models()