Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,6 @@ gr.Interface(fn=predict,
|
|
138 |
gr.Textbox(label='Affected area:').style(container=False)],
|
139 |
title='Solar Panel Anomaly Detector',
|
140 |
description=description,
|
141 |
-
examples=[[ ], ['4849.jpg', '6972.jpg', '7016.jpg', '8211.jpg', '8364.jpg', '858.jpg']],
|
142 |
cache_examples= False,
|
143 |
article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()
|
|
|
138 |
gr.Textbox(label='Affected area:').style(container=False)],
|
139 |
title='Solar Panel Anomaly Detector',
|
140 |
description=description,
|
141 |
+
examples=[['Binary Classification', 'Multiclass Classification' ], ['4849.jpg', '6972.jpg', '7016.jpg', '8211.jpg', '8364.jpg', '858.jpg']],
|
142 |
cache_examples= False,
|
143 |
article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()
|