File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
runpod/serverless/modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ def run(job):
7272                "error" : output ["error" ]
7373            }
7474
75-         if  "image"  in  output :
76-             object_url  =  upload .upload_image (job ['id' ], output ["image" ], index )
77-             output ["image" ] =  object_url 
75+         #  if "image" in output:
76+         #      object_url = upload.upload_image(job['id'], output["image"], index)
77+         #      output["image"] = object_url
7878
7979    job_duration  =  time .time () -  time_job_started 
8080    job_duration_ms  =  int (job_duration  *  1000 )
Original file line number Diff line number Diff line change 11[metadata] 
22name  = runpod
3- version  = 0.4.5 
3+ version  = 0.4.6 
44description  = Official Python library for RunPod API & SDK.
55long_description  = file: README.md
66long_description_content_type  = text/markdown
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments