huggingface / hub-docs

Docs of the Hugging Face Hub
http://hf.co/docs/hub
Apache License 2.0
255 stars 222 forks source link

Fix invalid Python syntax for Spaces Overview page #1303

Closed alexandercarruthers closed 2 months ago

alexandercarruthers commented 2 months ago

print(os.getenv['MODEL_REPO_ID']) is invalid Python syntax this has been replaced with print(os.getenv('MODEL_REPO_ID'))

HuggingFaceDocBuilderDev commented 2 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.