Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Commit 
							
							·
						
						03ec9ab
	
1
								Parent(s):
							
							875e2f3
								
remove print
Browse files- hf_calculator.py +0 -2
    	
        hf_calculator.py
    CHANGED
    
    | @@ -104,8 +104,6 @@ class HFEndpointCalculator(Calculator): | |
| 104 | 
             
                        "Content-Type": "application/json",
         | 
| 105 | 
             
                    }
         | 
| 106 |  | 
| 107 | 
            -
                    print(payload)
         | 
| 108 | 
            -
             | 
| 109 | 
             
                    try:
         | 
| 110 | 
             
                        response = self._post_with_backoff(self.url, headers, payload)
         | 
| 111 | 
             
                        response_dict = response.json()
         | 
|  | |
| 104 | 
             
                        "Content-Type": "application/json",
         | 
| 105 | 
             
                    }
         | 
| 106 |  | 
|  | |
|  | |
| 107 | 
             
                    try:
         | 
| 108 | 
             
                        response = self._post_with_backoff(self.url, headers, payload)
         | 
| 109 | 
             
                        response_dict = response.json()
         | 
