Spaces:
Running
Running
Commit
·
eb206d0
1
Parent(s):
d6bbfd2
llama vision
Browse files
app.py
CHANGED
@@ -138,8 +138,9 @@ def main():
|
|
138 |
if "messages" not in st.session_state:
|
139 |
st.session_state.messages = []
|
140 |
|
141 |
-
st.title("DeepSeek Chat with File Upload")
|
142 |
st.markdown("Chat with DeepSeek AI model. You can optionally upload files for the model to analyze.")
|
|
|
143 |
|
144 |
# Sidebar for parameters
|
145 |
with st.sidebar:
|
|
|
138 |
if "messages" not in st.session_state:
|
139 |
st.session_state.messages = []
|
140 |
|
141 |
+
st.title("DeepSeek/Llama Vision Chat with File Upload")
|
142 |
st.markdown("Chat with DeepSeek AI model. You can optionally upload files for the model to analyze.")
|
143 |
+
st.markdown("Feel free to upload images too, in this case Llama Vision will be used")
|
144 |
|
145 |
# Sidebar for parameters
|
146 |
with st.sidebar:
|