awacke1 commited on
Commit
2ec3d55
·
1 Parent(s): cd7fe19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -41,17 +41,17 @@ title = "AI Wikipedia Search"
41
  description = 'Contextual Question and Answer'
42
  article = ''
43
  examples = [
44
- ['Google Brain', 'What projects does Google Brain do for encryption?'],
45
- ['Google Brain', 'What projects does Google Brain do for images?'],
46
- ['Google Brain', 'What projects does Google Brain do for translation?'],
47
- ['Google Brain', 'What projects does Google Brain do for robotics?'],
48
- ['Google Brain', 'What projects does Google Brain do for learning?'],
49
- ['Google Brain', 'What projects does Google Brain do for magenta?'],
50
- ['Google Brain', 'What projects does Google Brain do for medical?'],
51
- ['Syncope', 'What are possible causes of it?'],
52
- ['Marvel', 'Who are the artists?'],
53
- ['DC Comics', 'Who are the artists?'],
54
- ['Artwork', 'What are the top paintings sold at auction?']
55
  ]
56
 
57
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)
 
41
  description = 'Contextual Question and Answer'
42
  article = ''
43
  examples = [
44
+ ['Health', 'What are the top ten health conditions that wellness addresses?'],
45
+ ['Medicine', 'What are the AI Healthcare opportunities in medicine?'],
46
+ ['Insurance', 'What types of health insurance are available?'],
47
+ ['Financial Services', 'With financial services what are the new trends?'],
48
+ ['Neuropathy', 'With neuropathy and neuro-muskoskeletal issues, and what are the treatments available?'],
49
+ ['Alzheimers', 'What causes alzheimers?'],
50
+ ['Cancer', 'What available cancer treatments work?'],
51
+ ['Chemotherapy', 'What are possible care options for patients in chemotherapy?'],
52
+ ['Ontology', 'What is an ontology?'],
53
+ ['Taxonomy', 'What is a taxonomy?'],
54
+ ['Prescription', 'What are online stores or applications that I can get a prescription filled and delivered?']
55
  ]
56
 
57
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)