Suhani-2407 commited on
Commit
fb3f5df
·
verified ·
1 Parent(s): 23466eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ interface = gr.Interface(
32
  fn=predict,
33
  inputs=gr.Image(type="pil"), # Accept image as input
34
  outputs=gr.JSON(), # Return JSON response
35
- title="Waste Classification API",
36
  description="Send an image to classify it into one of four categories: Fake, Low, Medium, or High."
37
  )
38
 
 
32
  fn=predict,
33
  inputs=gr.Image(type="pil"), # Accept image as input
34
  outputs=gr.JSON(), # Return JSON response
35
+ title="Fire Detection API",
36
  description="Send an image to classify it into one of four categories: Fake, Low, Medium, or High."
37
  )
38