import requests headers = { 'accept': 'application/json', } params = { 'text': "", } response = requests.get('https://subhraj07-text-summarization-api.hf.space/generate', params=params, headers=headers) print(response.json())