Vineedhar commited on
Commit
e234d10
1 Parent(s): 4b8ade6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "751359_sat.jpg","168243_sat.jpg","877873_sat.jpg","836987_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"]
61
 
62
  # Gradio Interface
63
  iface = gr.Interface(