Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,8 @@ gr.Interface(fn=predict,
|
|
138 |
gr.Textbox(label='Affected area:').style(container=False)],
|
139 |
title='Solar Panel Anomaly Detector',
|
140 |
description=description,
|
141 |
-
examples=[[PILImage.create('images/10000.jpg')],
|
142 |
-
[PILImage.create('images/1046.jpg')]],
|
143 |
#['/images/1093.jpg'],
|
144 |
#['/images/2503.jpg'],
|
145 |
#['/images/4978.jpg'],
|
|
|
138 |
gr.Textbox(label='Affected area:').style(container=False)],
|
139 |
title='Solar Panel Anomaly Detector',
|
140 |
description=description,
|
141 |
+
examples=[[PILImage.create('https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/10000.jpg')],
|
142 |
+
[PILImage.create('https://huggingface.co/spaces/zklee98/SolarPanelAnomaly/resolve/main/images/1046.jpg')]],
|
143 |
#['/images/1093.jpg'],
|
144 |
#['/images/2503.jpg'],
|
145 |
#['/images/4978.jpg'],
|