Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def image_mod(image):
|
|
| 14 |
app = gr.Interface(
|
| 15 |
image_mod,
|
| 16 |
gr.Image(type="pil"),
|
| 17 |
-
gr.
|
| 18 |
examples=[
|
| 19 |
os.path.join(os.path.dirname(__file__), "images/garbage-pickup.jpg"),
|
| 20 |
os.path.join(os.path.dirname(__file__), "images/litter.jpg"),
|
|
|
|
| 14 |
app = gr.Interface(
|
| 15 |
image_mod,
|
| 16 |
gr.Image(type="pil"),
|
| 17 |
+
gr.JSON(),
|
| 18 |
examples=[
|
| 19 |
os.path.join(os.path.dirname(__file__), "images/garbage-pickup.jpg"),
|
| 20 |
os.path.join(os.path.dirname(__file__), "images/litter.jpg"),
|