Spaces:
Sleeping
Sleeping
Update my_model/tabs/home.py
Browse files- 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
|
| 92 |
-
made available under
|
|
|
|
| 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 |
""")
|