sudeepshouche commited on
Commit
6c23536
1 Parent(s): 24646b8

Updated model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Or try this python code:
40
  class TextSummarizer:
41
  def __init__(self):
42
  self.api_token = <HF_TOKEN>
43
- self.model = "sudeepshouche/autotrain-flan-t5-small-tweet-summarizer-61544146005"
44
 
45
  def summarize(self, content):
46
  api_url = f"https://api-inference.huggingface.co/models/{self.model}"
 
40
  class TextSummarizer:
41
  def __init__(self):
42
  self.api_token = <HF_TOKEN>
43
+ self.model = "sudeepshouche/autotrain-sushi-94046145981"
44
 
45
  def summarize(self, content):
46
  api_url = f"https://api-inference.huggingface.co/models/{self.model}"