Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def answer_question(question):
|
|
72 |
return answer, context
|
73 |
|
74 |
def main():
|
75 |
-
|
76 |
Initializes a Women Cancer ChatBot interface using Hugging Face models for question answering.
|
77 |
|
78 |
This function loads a pretrained tokenizer and model from the Hugging Face model hub
|
|
|
72 |
return answer, context
|
73 |
|
74 |
def main():
|
75 |
+
""""
|
76 |
Initializes a Women Cancer ChatBot interface using Hugging Face models for question answering.
|
77 |
|
78 |
This function loads a pretrained tokenizer and model from the Hugging Face model hub
|