Ubuntu commited on
Commit
0ec63df
·
1 Parent(s): 347886f
Files changed (1) hide show
  1. app.py +2 -2
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.jpg'], ['images/test_image_2.jpg'],
26
- ['images/test_image_3.jpg'], ['images/test_image_4.jpg']],
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