Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ image_interface = gr.Interface(
|
|
| 108 |
],
|
| 109 |
outputs=gr.outputs.Image(type="filepath", label="Output Image"),
|
| 110 |
title="Smart Environmental Eye (SEE)",
|
| 111 |
-
examples=[['image1.jpg', '
|
| 112 |
cache_examples=True,
|
| 113 |
theme='huggingface',
|
| 114 |
)
|
|
|
|
| 108 |
],
|
| 109 |
outputs=gr.outputs.Image(type="filepath", label="Output Image"),
|
| 110 |
title="Smart Environmental Eye (SEE)",
|
| 111 |
+
examples=[['image1.jpg', 'Aalaa/Yolov7_Visual_Pollution_Detection', 640, 0.25, 0.45]],
|
| 112 |
cache_examples=True,
|
| 113 |
theme='huggingface',
|
| 114 |
)
|