Updated lines 8,9,10,11,13
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.write('Enhanced Goal Oriented Autonomy')
|
|
10 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm (Agentic AI).')
|
11 |
st.write('Implements Natural Language Stopping (complete thoughts | sentences) (LLM Output)')
|
12 |
st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
|
13 |
-
|
14 |
# Display images and play videos in the specified order
|
15 |
|
16 |
video_file = open('classification_output.mp4', 'rb')
|
|
|
10 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm (Agentic AI).')
|
11 |
st.write('Implements Natural Language Stopping (complete thoughts | sentences) (LLM Output)')
|
12 |
st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
|
13 |
+
#
|
14 |
# Display images and play videos in the specified order
|
15 |
|
16 |
video_file = open('classification_output.mp4', 'rb')
|