KhadijaAsehnoune12's picture
Update app.py
e915eef verified
raw
history blame
380 Bytes
import gradio as gr
gr.Interface.load(
"KhadijaAsehnoune12/orange-disease-detector",
# theme="default",
# inputs=gr.Image(type="pil"),
# outputs=gr.Label(num_top_classes=3),
# examples=["MoucheB.jpg" , "verdissement.jpg"],
# css=".footer{display:none !important}",
# title=None
).launch()