ASDAD34 commited on
Commit
36ffa75
·
verified ·
1 Parent(s): 2fa12a8

Upload streamlit_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. streamlit_app.py +10 -0
streamlit_app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ bash
2
+ # Ollama kur
3
+ curl -fsSL https://ollama.ai/install.sh | sh
4
+
5
+ # LLaVA modelini indir
6
+ ollama pull llava:13b
7
+ ollama pull qwen2.5:7b
8
+
9
+ # Servisi başlat
10
+ ollama serve