Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ question_answer = pipeline("question-answering", model="deepset/roberta-base-squ
|
|
13 |
|
14 |
# One Piece has received praise for its storytelling, world-building, art, characterization, and humour. It has received many awards and is ranked by critics, reviewers, and readers as one of the best manga of all time. By August 2022, it had over 516.6 million copies in circulation in 61 countries and regions worldwide, making it the best-selling manga series in history, and the best-selling comic series printed in a book volume. Several volumes of the manga have broken publishing records, including the highest initial print run of any book in Japan. In 2015 and 2022, One Piece set the Guinness World Record for "the most copies published for the same comic book series by a single author". It was the best-selling manga for eleven consecutive years from 2008 to 2018 and is the only manga that had an initial print of volumes of above 3 million continuously for more than 10 years, as well as the only one that had achieved more than 1 million copies sold in all of its over 100 published tankōbon volumes. One Piece is the only manga whose volumes have ranked first every year in Oricon's weekly comic chart existence since 2008. As of 2022, the manga had over 490 million copies in print in Japan, and 26 million copies in circulation outside Japan. It is the best-selling manga in history."""
|
15 |
# question = "Who is the main character in one piece?"
|
|
|
16 |
|
17 |
def read_file_content(file_obj):
|
18 |
with open(file_obj.name, 'r', encoding='utf-8') as file_obj:
|
|
|
13 |
|
14 |
# One Piece has received praise for its storytelling, world-building, art, characterization, and humour. It has received many awards and is ranked by critics, reviewers, and readers as one of the best manga of all time. By August 2022, it had over 516.6 million copies in circulation in 61 countries and regions worldwide, making it the best-selling manga series in history, and the best-selling comic series printed in a book volume. Several volumes of the manga have broken publishing records, including the highest initial print run of any book in Japan. In 2015 and 2022, One Piece set the Guinness World Record for "the most copies published for the same comic book series by a single author". It was the best-selling manga for eleven consecutive years from 2008 to 2018 and is the only manga that had an initial print of volumes of above 3 million continuously for more than 10 years, as well as the only one that had achieved more than 1 million copies sold in all of its over 100 published tankōbon volumes. One Piece is the only manga whose volumes have ranked first every year in Oricon's weekly comic chart existence since 2008. As of 2022, the manga had over 490 million copies in print in Japan, and 26 million copies in circulation outside Japan. It is the best-selling manga in history."""
|
15 |
# question = "Who is the main character in one piece?"
|
16 |
+
#..
|
17 |
|
18 |
def read_file_content(file_obj):
|
19 |
with open(file_obj.name, 'r', encoding='utf-8') as file_obj:
|