Dinoking commited on
Commit
39dd39f
1 Parent(s): 3a50b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ enable_queue=True
42
 
43
  article="<p style='text-align: center'>Made by Aditya Narendra with 🖤</p>"
44
 
45
- gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier",
46
  description="This is a Garbage Classifier based on Satish's Model.Deployed to Hugging Faces Using Gradio.",outputs=label,article=article,examples=sample_images,enable_queue=enable_queue,interpretation='default').launch(debug='True')
 
42
 
43
  article="<p style='text-align: center'>Made by Aditya Narendra with 🖤</p>"
44
 
45
+ gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier-v2",
46
  description="This is a Garbage Classifier based on Satish's Model.Deployed to Hugging Faces Using Gradio.",outputs=label,article=article,examples=sample_images,enable_queue=enable_queue,interpretation='default').launch(debug='True')