minor fixes

This commit is contained in:
Hardik Shah 2024-08-06 18:56:22 -07:00
parent f83b97992c
commit ade574a0ef
4 changed files with 4 additions and 5 deletions

View file

@ -50,7 +50,6 @@ class InferenceClient(Inference):
headers={"Content-Type": "application/json"},
timeout=20,
) as response:
print("Headers", response.headers)
if response.status_code != 200:
content = await response.aread()
cprint(