Subhraj07's picture
Readme Updated
c7253c4
|
raw
history blame
260 Bytes

How to use

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())