agentsvalley commited on
Commit
7f83875
·
verified ·
1 Parent(s): 7fdea0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  plant_disease_pipeline = pipeline(task="image-classification", model="microsoft/resnet-50")
7
 
8
  # Load an LLM for remedy generation
9
- llm_pipeline = pipeline("text-generation", model="meta-llama/Llama-3.2-1B")
10
 
11
  st.title("LLM-Powered Plant Disease Identifier 🌿")
12
 
 
6
  plant_disease_pipeline = pipeline(task="image-classification", model="microsoft/resnet-50")
7
 
8
  # Load an LLM for remedy generation
9
+ llm_pipeline = pipeline("text-generation", model="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
10
 
11
  st.title("LLM-Powered Plant Disease Identifier 🌿")
12