suddu21 commited on
Commit
a901d5d
β€’
1 Parent(s): 450f84f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,5 +22,4 @@ image = gr.inputs.Image(shape=(224, 224))
22
  label = gr.outputs.Label(num_top_classes=3)
23
  article="<p style='text-align: center; font-weight:bold;'>Model based on the VGG-16 CNN</p>"
24
 
25
- gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier VGG-16",
26
- description="This is a Garbage Classification Model Trained using VGG-16 architecture. Deployed to Hugging Face using Gradio.", outputs=label, article=article, enable_queue=True, interpretation='default').launch(share="True")
 
22
  label = gr.outputs.Label(num_top_classes=3)
23
  article="<p style='text-align: center; font-weight:bold;'>Model based on the VGG-16 CNN</p>"
24
 
25
+ gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier VGG-16", description="This is a Garbage Classification Model Trained using VGG-16 architecture. Deployed to Hugging Face using Gradio.", outputs=label, article=article, enable_queue=True, interpretation='default').launch(share="True")