Spaces:
Running
on
Zero
Running
on
Zero
repo id
Browse files- 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
|
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
|