Ubuntu
commited on
Commit
·
0ec63df
1
Parent(s):
347886f
fixed app
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def detect_turbine_anomaly(image):
|
|
22 |
|
23 |
|
24 |
demo = gr.Interface(fn=detect_turbine_anomaly, inputs=gr.Image(type='pil'), outputs="image",
|
25 |
-
examples=[['images/test_image_1.
|
26 |
-
['images/test_image_3.
|
27 |
examples_per_page=4,
|
28 |
cache_examples= False,
|
29 |
# description=description
|
|
|
22 |
|
23 |
|
24 |
demo = gr.Interface(fn=detect_turbine_anomaly, inputs=gr.Image(type='pil'), outputs="image",
|
25 |
+
examples=[['images/test_image_1.png'], ['images/test_image_2.png'],
|
26 |
+
['images/test_image_3.png'], ['images/test_image_4.png']],
|
27 |
examples_per_page=4,
|
28 |
cache_examples= False,
|
29 |
# description=description
|