diff --git a/guides/using_hugging_face_integrations.md b/guides/using_hugging_face_integrations.md index ad215713cd..04abc151de 100644 --- a/guides/using_hugging_face_integrations.md +++ b/guides/using_hugging_face_integrations.md @@ -162,7 +162,7 @@ file_url = upload_file( ``` Here, `create_repo` creates a gradio repo with the target name under a specific account using that account's Write Token. `repo_name` gets the full repo name of the related repo. Finally `upload_file` uploads a file inside the repo with the name `app.py`. - + ## Embedding your Space demo on other websites