m7mdal7aj commited on
Commit
6dfa05e
1 Parent(s): 65b8013

Update my_model/tabs/home.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/home.py +3 -2
my_model/tabs/home.py CHANGED
@@ -88,8 +88,9 @@ def run_home() -> None:
88
  st.markdown("<br>" * 2, unsafe_allow_html=True)
89
  st.write("""
90
  **Credit:**
91
- * The project predominantly uses [LLaMA-2](https://ai.meta.com/llama/) language inference. It is
92
- made available under [Meta LlaMA license](https://ai.meta.com/llama/license/).
 
93
  * This application is built on [Streamlit](https://streamlit.io), providing an interactive and user-friendly
94
  interface.
95
  """)
 
88
  st.markdown("<br>" * 2, unsafe_allow_html=True)
89
  st.write("""
90
  **Credit:**
91
+ * The project uses [LLaMA-2](https://ai.meta.com/llama/) for its reasoning capabilities and implicit knowledge
92
+ to derive answers from the supplied visual context. It is made available under
93
+ [Meta LlaMA license](https://ai.meta.com/llama/license/).
94
  * This application is built on [Streamlit](https://streamlit.io), providing an interactive and user-friendly
95
  interface.
96
  """)