Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,6 @@ examples = [
|
|
91 |
['Pharmacy', 'What does a pharmacist do?']
|
92 |
]
|
93 |
|
94 |
-
gr.Interface(get_answer, inputs, outputs, title=title, description=description,
|
95 |
article="Saved dataset: https://huggingface.co/datasets/awacke1/WikipediaSearch",
|
96 |
flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)
|
|
|
91 |
['Pharmacy', 'What does a pharmacist do?']
|
92 |
]
|
93 |
|
94 |
+
gr.Interface(get_answer, inputs, outputs, title=title, description=description, examples=examples,
|
95 |
article="Saved dataset: https://huggingface.co/datasets/awacke1/WikipediaSearch",
|
96 |
flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)
|