awacke1 commited on
Commit
e9c14c9
1 Parent(s): 97d5bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -0
app.py CHANGED
@@ -123,6 +123,24 @@ def app():
123
  if st.button('Hide SOAR Component'):
124
  graph.node('soar', style='invisible')
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  # Run the Streamlit app
127
  if __name__ == '__main__':
128
  app()
 
123
  if st.button('Hide SOAR Component'):
124
  graph.node('soar', style='invisible')
125
 
126
+
127
+
128
+ st.markdown("""
129
+ # QA Model Spaces:
130
+ QA use cases include QA, Semantic Document and FAQ Search.
131
+ 1. Streamlit Question Answering w Hugging Face: https://huggingface.co/spaces/awacke1/Question-answering
132
+ 2. Seq2Seq:
133
+ - https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5
134
+ - https://huggingface.co/spaces/awacke1/AW-04-GR-Seq-2-Seq-QA-Auto-Gen
135
+ 3. BioGPT: https://huggingface.co/spaces/awacke1/microsoft-BioGPT-Large-PubMedQA
136
+ 4. NLP QA Context: https://huggingface.co/spaces/awacke1/NLPContextQATransformersRobertaBaseSquad2
137
+ - https://huggingface.co/spaces/awacke1/SOTA-Plan
138
+ 5. https://huggingface.co/spaces/awacke1/Question-answering
139
+ 6. QA MLM: https://huggingface.co/spaces/awacke1/SOTA-MedEntity
140
+ """)
141
+
142
+
143
+
144
  # Run the Streamlit app
145
  if __name__ == '__main__':
146
  app()