Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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 |
|