suddu21 commited on
Commit
1bf0612
β€’
1 Parent(s): e44546b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,5 +27,5 @@ label = gr.outputs.Label(num_top_classes=3)
27
  article="<p style='text-align: center; font-weight:bold;'>Model based on the VGG-16 CNN</p>"
28
  examples = ['battery.jpeg', 'clothes.jpeg', 'plastic.jpg']
29
 
30
- gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier VGG-16",
31
- description="This is a Garbage Classification Model Trained using VGG-16 architecture. Deployed to Hugging Face using Gradio.", outputs=label, examples=examples, article=article, enable_queue=True, interpretation='default').launch(share="True")
 
27
  article="<p style='text-align: center; font-weight:bold;'>Model based on the VGG-16 CNN</p>"
28
  examples = ['battery.jpeg', 'clothes.jpeg', 'plastic.jpg']
29
 
30
+ gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier VGG-19",
31
+ description="This is a Garbage Classification Model Trained using VGG-19 architecture. Deployed to Hugging Face using Gradio.", outputs=label, examples=examples, article=article, enable_queue=True, interpretation='default').launch(share="True")