Ubuntu
commited on
Commit
·
5930712
1
Parent(s):
541b73b
added description parameter
Browse files
app.py
CHANGED
@@ -26,6 +26,6 @@ demo = gr.Interface(fn=detect_turbine_anomaly, inputs=gr.Image(type='pil'), outp
|
|
26 |
['images/test_image_3.png'], ['images/test_image_4.png']],
|
27 |
examples_per_page=4,
|
28 |
cache_examples= False,
|
29 |
-
|
30 |
)
|
31 |
demo.launch()
|
|
|
26 |
['images/test_image_3.png'], ['images/test_image_4.png']],
|
27 |
examples_per_page=4,
|
28 |
cache_examples= False,
|
29 |
+
description=description
|
30 |
)
|
31 |
demo.launch()
|