humbleakh commited on
Commit
cdf16d5
·
verified ·
1 Parent(s): 4ea65ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ question_answer = pipeline("question-answering", model="deepset/roberta-base-squ
6
 
7
  # model_path = "C:\\Users\\abdul\\Documents\\genaiproj\\genai\\Models\\models--deepset--roberta-base-squad2\\snapshots\\adc3b06f79f797d1c575d5479d6f5efe54a9e3b4"
8
  # question_answer = pipeline("question-answering", model=model_path)
 
9
 
10
  # context = """One Piece (stylized in all caps) is a Japanese manga series written and illustrated by Eiichiro Oda. It has been serialized in Shueisha's shōnen manga magazine Weekly Shōnen Jump since July 1997, with its chapters compiled in 109 tankōbon volumes as of July 2024. The series follows the adventures of Monkey D. Luffy and his crew, the Straw Hat Pirates, as he explores the Grand Line in search of the mythical treasure known as the "One Piece" to become the next King of the Pirates.
11
 
 
6
 
7
  # model_path = "C:\\Users\\abdul\\Documents\\genaiproj\\genai\\Models\\models--deepset--roberta-base-squad2\\snapshots\\adc3b06f79f797d1c575d5479d6f5efe54a9e3b4"
8
  # question_answer = pipeline("question-answering", model=model_path)
9
+ # test
10
 
11
  # context = """One Piece (stylized in all caps) is a Japanese manga series written and illustrated by Eiichiro Oda. It has been serialized in Shueisha's shōnen manga magazine Weekly Shōnen Jump since July 1997, with its chapters compiled in 109 tankōbon volumes as of July 2024. The series follows the adventures of Monkey D. Luffy and his crew, the Straw Hat Pirates, as he explores the Grand Line in search of the mythical treasure known as the "One Piece" to become the next King of the Pirates.
12