Boyun7 commited on
Commit
782ebb5
·
1 Parent(s): e340399
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ demo = gr.Interface(
193
  fn=predict_image,
194
  inputs=gr.Image(type="pil", label="Upload Image"),
195
  outputs=gr.Label(num_top_classes=10, label="Predictions"),
196
- title="🌿 Pest and Disease Classification",
197
  description="Upload an image of a citrus leaf to classify its pest or disease type.",
198
  theme=gr.themes.Soft(),
199
  allow_flagging="never"
 
193
  fn=predict_image,
194
  inputs=gr.Image(type="pil", label="Upload Image"),
195
  outputs=gr.Label(num_top_classes=10, label="Predictions"),
196
+ title="<center>🌿 Pest and Disease Classification</center>",
197
  description="Upload an image of a citrus leaf to classify its pest or disease type.",
198
  theme=gr.themes.Soft(),
199
  allow_flagging="never"