Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,4 +49,4 @@ iface = gr.Interface(fn=classify_image,
|
|
| 49 |
title="Garbage Classification",
|
| 50 |
description="Upload an image of garbage, and the model will classify it.")
|
| 51 |
|
| 52 |
-
iface.launch(share=True)
|
|
|
|
| 49 |
title="Garbage Classification",
|
| 50 |
description="Upload an image of garbage, and the model will classify it.")
|
| 51 |
|
| 52 |
+
iface.launch(share=True)
|