Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def process_image(image):
|
|
57 |
return Image.fromarray(pred_img_rgb) # Now converting a proper 2D RGB array
|
58 |
|
59 |
# Sample images directory or paths
|
60 |
-
sample_images = ["234989_sat.jpg", "
|
61 |
|
62 |
# Gradio Interface
|
63 |
iface = gr.Interface(
|
|
|
57 |
return Image.fromarray(pred_img_rgb) # Now converting a proper 2D RGB array
|
58 |
|
59 |
# Sample images directory or paths
|
60 |
+
sample_images = ["234989_sat.jpg", "751359_sat.jpg","168243_sat.jpg","877873_sat.jpg","836987_sat.jpg","828671_sat.jpg"]
|
61 |
|
62 |
# Gradio Interface
|
63 |
iface = gr.Interface(
|