mahammadaftab commited on
Commit
a23c324
·
1 Parent(s): 5c1349e

fix: add working HF Space config

Browse files
Files changed (1) hide show
  1. deploy.py +1 -1
deploy.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import HfApi, login
7
  import os
8
 
9
  # Configuration
10
- HF_TOKEN = "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" # Replace with your actual token
11
  SPACE_ID = "mahammadaftab/OpenEnv"
12
 
13
  def deploy_to_spaces():
 
7
  import os
8
 
9
  # Configuration
10
+ HF_TOKEN = "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" # Replace with your actual token
11
  SPACE_ID = "mahammadaftab/OpenEnv"
12
 
13
  def deploy_to_spaces():