Suhani-2407 commited on
Commit
50cdc70
·
verified ·
1 Parent(s): 0e00e06

Updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ interface = gr.Interface(
33
  fn=predict,
34
  inputs=gr.Image(type="pil"),
35
  outputs=gr.JSON(), # Returns class and confidence scores
36
- title="Waste Classification Model",
37
  description="Upload an image to classify it into one of four categories: Fake, Low, Medium, or High."
38
  )
39
 
 
33
  fn=predict,
34
  inputs=gr.Image(type="pil"),
35
  outputs=gr.JSON(), # Returns class and confidence scores
36
+ title="Fire Severity Detection",
37
  description="Upload an image to classify it into one of four categories: Fake, Low, Medium, or High."
38
  )
39