Updated line 7 with: st.write('Images spawned (created) via: prithivMLmods/FLUX-LoRA-DLC | prithivMLmods/Fashion-Hut-Modeling-LoRA | Purz/neon-sign')
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from streamlit_player import st_player
|
|
4 |
# Set the title and description
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Created with DeepSeek-V3-Base')
|
|
|
7 |
st.write('Probability Predictions are deriving from: Zero Shot Image Classification')
|
8 |
st.write('Enhanced Goal Oriented Autonomy')
|
9 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
|
|
4 |
# Set the title and description
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Created with DeepSeek-V3-Base')
|
7 |
+
st.write('Images spawned (created) via: prithivMLmods/FLUX-LoRA-DLC | prithivMLmods/Fashion-Hut-Modeling-LoRA | Purz/neon-sign')
|
8 |
st.write('Probability Predictions are deriving from: Zero Shot Image Classification')
|
9 |
st.write('Enhanced Goal Oriented Autonomy')
|
10 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|