tommy24 commited on
Commit
1bba452
·
1 Parent(s): b77b847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -105,7 +105,6 @@ iface = gr.Interface(
105
  fn=classify,
106
  inputs = user_inputs,
107
  outputs=gr.outputs.JSON(),
108
- title="Waste Classifier",
109
- description="Upload an image to classify and get disposal instructions."
110
  )
111
  iface.launch()
 
105
  fn=classify,
106
  inputs = user_inputs,
107
  outputs=gr.outputs.JSON(),
108
+ title="Classifier",
 
109
  )
110
  iface.launch()