haxerwddle commited on
Commit
bd07189
·
1 Parent(s): a5728b2

minor change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,13 +63,13 @@ def full_pipeline(image):
63
 
64
  # ------------------ GRADIO UI ------------------
65
  with gr.Blocks() as demo:
66
- gr.Markdown("<h1 style='text-align:center;'>♻️ AI Waste Classifier + Eco Advisor</h1>")
67
 
68
  with gr.Row():
69
  img_input = gr.Image(type="pil", label="Upload waste image")
70
 
71
  cls_output = gr.Label(num_top_classes=3, label="Classifier Prediction")
72
-
73
  explain_output = gr.Textbox(
74
  label="Detailed Recycling & Disposal Advice",
75
  elem_id="explainbox",
 
63
 
64
  # ------------------ GRADIO UI ------------------
65
  with gr.Blocks() as demo:
66
+ gr.Markdown("<h1 style='text-align:center;'>♻️ AI Waste Classifier</h1>")
67
 
68
  with gr.Row():
69
  img_input = gr.Image(type="pil", label="Upload waste image")
70
 
71
  cls_output = gr.Label(num_top_classes=3, label="Classifier Prediction")
72
+ gr.Markdown("<h1 style='text-align:center;'>♻️ Disposal Advisor</h1>")
73
  explain_output = gr.Textbox(
74
  label="Detailed Recycling & Disposal Advice",
75
  elem_id="explainbox",