Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ st.set_page_config(page_title="AWS Inferentia2 Demo", layout="wide")
|
|
| 27 |
|
| 28 |
st.title("Multimodal Model on AWS Inf2")
|
| 29 |
st.subheader("LLaVA-1.6-Mistral-7B")
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
def upload_image():
|
|
|
|
| 27 |
|
| 28 |
st.title("Multimodal Model on AWS Inf2")
|
| 29 |
st.subheader("LLaVA-1.6-Mistral-7B")
|
| 30 |
+
st.text(" LLaVA (or Large Language and Vision Assistant), an open-source large multi-modal model. This demo is running on AWS Inferentia2 built with Llava1.6.")
|
| 31 |
|
| 32 |
|
| 33 |
def upload_image():
|