fdaudens HF Staff commited on
Commit
ffc5299
·
1 Parent(s): 0b602e5
Files changed (1) hide show
  1. run_job.py +1 -1
run_job.py CHANGED
@@ -25,7 +25,7 @@ def submit_job(
25
  username = HfApi(token=hf_token).whoami()["name"] # Your HuggingFace username
26
  space_id = "fdaudens/podcast-jobs" # Your space ID
27
  # If you want to always use the username-based repo_id, remove repo_id from parameters
28
- repo_id = f"{username}/podcast-jobs/podcasts"
29
  flavor = "cpu-basic" # Machine type
30
 
31
  # Create the API request
 
25
  username = HfApi(token=hf_token).whoami()["name"] # Your HuggingFace username
26
  space_id = "fdaudens/podcast-jobs" # Your space ID
27
  # If you want to always use the username-based repo_id, remove repo_id from parameters
28
+ repo_id = f"{username}/podcast-jobs"
29
  flavor = "cpu-basic" # Machine type
30
 
31
  # Create the API request