Update worker_runpod.py
Browse files- worker_runpod.py +1 -1
worker_runpod.py
CHANGED
@@ -155,7 +155,7 @@ def generate(input):
|
|
155 |
repo_type="model"
|
156 |
)
|
157 |
|
158 |
-
|
159 |
result_url = f"https://huggingface.co/{repo_id}/blob/main/{prefix}.mp4"
|
160 |
result_url = ""
|
161 |
job_id = values.get("job_id", "default-job-id") # For RunPod job tracking
|
|
|
155 |
repo_type="model"
|
156 |
)
|
157 |
|
158 |
+
|
159 |
result_url = f"https://huggingface.co/{repo_id}/blob/main/{prefix}.mp4"
|
160 |
result_url = ""
|
161 |
job_id = values.get("job_id", "default-job-id") # For RunPod job tracking
|