Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def biogpt_audio(
|
|
92 |
|
93 |
return en_prompt, output, output_text
|
94 |
|
95 |
-
question_example = '
|
96 |
|
97 |
examples = [
|
98 |
["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"],
|
|
|
92 |
|
93 |
return en_prompt, output, output_text
|
94 |
|
95 |
+
question_example = "Can 'high-risk' human papillomaviruses (HPVs) be detected in human breast milk? context: Using polymerase chain reaction techniques, we evaluated the presence of HPV infection in human breast milk collected from 21 HPV-positive and 11 HPV-negative mothers. Of the 32 studied human milk specimens, no 'high-risk' HPV 16, 18, 31, 33, 35, 39, 45, 51, 52, 56, 58 or 58 DNA was detected. answer: This preliminary case-control study indicates the absence of mucosal 'high-risk' HPV types in human breast milk."
|
96 |
|
97 |
examples = [
|
98 |
["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"],
|