pram25arindam commited on
Commit
7863456
·
verified ·
1 Parent(s): 17195d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import pipeline
7
  #model_path = ("../Models/models--sshleifer--distilbart-cnn-6-6/snapshots"
8
  # "/d2fde4ca965ba893255479612e4b801aa6500029")
9
  #text_summary = pipeline("summarization", model=model_path, torch_dtype=torch.bfloat16)
10
- text_summary = pipeline("summarization", model="models--sshleifer--distilbart-cnn-6-6/snapshots", torch_dtype=torch.bfloat16)
11
  #text='''Elon Reeve Musk (/ˈiːlɒn mʌsk/; born June 28, 1971) is a businessman and political figure known for his key roles in the automotive company Tesla, Inc. and the space company SpaceX. He is also known for his ownership of X Corp. (the company that operates the social media platform X, formerly Twitter), and his role in the founding of the Boring Company, xAI, Neuralink, and OpenAI. Musk is the wealthiest individual in the world; as of January 2025, Forbes estimates his net worth to be US$427 billion.'''
12
 
13
  #print(text_summary(text));
 
7
  #model_path = ("../Models/models--sshleifer--distilbart-cnn-6-6/snapshots"
8
  # "/d2fde4ca965ba893255479612e4b801aa6500029")
9
  #text_summary = pipeline("summarization", model=model_path, torch_dtype=torch.bfloat16)
10
+ text_summary = pipeline("summarization", model="sshleifer/distilbart-cnn-6-6", torch_dtype=torch.bfloat16)
11
  #text='''Elon Reeve Musk (/ˈiːlɒn mʌsk/; born June 28, 1971) is a businessman and political figure known for his key roles in the automotive company Tesla, Inc. and the space company SpaceX. He is also known for his ownership of X Corp. (the company that operates the social media platform X, formerly Twitter), and his role in the founding of the Boring Company, xAI, Neuralink, and OpenAI. Musk is the wealthiest individual in the world; as of January 2025, Forbes estimates his net worth to be US$427 billion.'''
12
 
13
  #print(text_summary(text));