aliabid94 HF Staff commited on
Commit
f43889c
·
1 Parent(s): ed097c1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. .github/workflows/update_space.yml +1 -1
.github/workflows/update_space.yml CHANGED
@@ -22,7 +22,7 @@ jobs:
22
  run: python -m pip install https://gradio-builds.s3.amazonaws.com/c0138fa3cf227b01cdc468c7817298d5f7849c9e/gradio-3.32.0-py3-none-any.whl
23
 
24
  - name: Log in to Hugging Face
25
- run: python -c 'import huggingface_hub; huggingface_hub.login(token=${{ secrets.hf_token }})'
26
 
27
  - name: Deploy to Spaces
28
  run: gradio deploy
 
22
  run: python -m pip install https://gradio-builds.s3.amazonaws.com/c0138fa3cf227b01cdc468c7817298d5f7849c9e/gradio-3.32.0-py3-none-any.whl
23
 
24
  - name: Log in to Hugging Face
25
+ run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
26
 
27
  - name: Deploy to Spaces
28
  run: gradio deploy