anand_plant2 / app.py
ranchopanda0's picture
Update app.py
9f9cd44 verified
raw
history blame
227 Bytes
if __name__ == "__main__":
gr.Interface(
fn=analyze_plant,
inputs=gr.Image(type="pil", label="🖼️ Upload Leaf"),
outputs=gr.Markdown(),
title="🌿 Plant Disease Detector"
).launch()