Merge remote-tracking branch 'origin/dev' into fix/minor_bugs
This commit is contained in:
commit
6e5530336c
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ models = list_models()
|
|||
# Or configure a HfApi client
|
||||
hf_api = HfApi(
|
||||
endpoint="https://huggingface.co", # Can be a Private Hub endpoint.
|
||||
token=os.getenv("HUGGINFACE_API_TOKEN") or "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",
|
||||
token=os.getenv("HUGGINFACE_API_TOKEN"),
|
||||
)
|
||||
|
||||
space_runtime = hf_api.restart_space("Langflow/Langflow-Preview", factory_reboot=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue