awacke1 commited on
Commit
94d28e2
1 Parent(s): 3a3cbd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, article=article, 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)
 
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)