Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,4 +139,5 @@ gr.Interface(fn=predict,
|
|
139 |
title='Solar Panel Anomaly Detector',
|
140 |
description=description,
|
141 |
examples=[['4849.jpg'], ['6972.jpg'], ['7016.jpg'], ['8211.jpg'], ['8364.jpg'], ['858.jpg']],
|
|
|
142 |
article= '<center>by <a href="https://www.linkedin.com/in/lzk/">Lee Zhe Kaai</a></center>').launch()
|
|
|
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()
|