Spaces:
Build error
Build error
Update app.py
Browse files
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')
|