suddu21 commited on
Commit
45daa60
1 Parent(s): 78bfd45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ image = gr.inputs.Image(shape=(298, 384))
16
  label = gr.outputs.Label(num_top_classes=3)
17
 
18
  gr.Interface(fn=predict, inputs=image, title="Garbage Classifier",
19
- description="This is a Garbage Classification Model Trained using Dataset 11 by Sud.Deployed to Hugging Faces using Gradio.",outputs=label,interpretation='default').launch()
20
 
 
16
  label = gr.outputs.Label(num_top_classes=3)
17
 
18
  gr.Interface(fn=predict, inputs=image, title="Garbage Classifier",
19
+ description="This is a Garbage Classification Model Trained using Dataset 11 by Sud.Deployed to Hugging Faces using Gradio.",outputs=label,interpretation='default').launch(debug=True,enable_queue=True)
20