dolphinium commited on
Commit
1020d6b
·
1 Parent(s): d9f225e

adding Drive link for test images.

Browse files
Files changed (1) hide show
  1. gradio_with_map.py +2 -0
gradio_with_map.py CHANGED
@@ -230,8 +230,10 @@ def predict_image(img, conf_threshold, iou_threshold):
230
  description_with_logo = """
231
  <img src="https://www.bewelltech.com.tr/_app/immutable/assets/bewell_logo.fda8f209.png" alt="Logo" style="width: 150px; margin-bottom: 10px;">
232
  <p>Upload images for inference and view detected building locations on the map.</p>
 
233
  """
234
 
 
235
  # Gradio Interface
236
  iface = gr.Interface(
237
  fn=predict_image,
 
230
  description_with_logo = """
231
  <img src="https://www.bewelltech.com.tr/_app/immutable/assets/bewell_logo.fda8f209.png" alt="Logo" style="width: 150px; margin-bottom: 10px;">
232
  <p>Upload images for inference and view detected building locations on the map.</p>
233
+ <p>For test images, visit <a href="https://drive.google.com/drive/folders/15_WULrRqvPDuhWqC8hmA6LhBtH98X0dV?usp=drive_link" target="_blank">this Google Drive folder</a>.</p>
234
  """
235
 
236
+
237
  # Gradio Interface
238
  iface = gr.Interface(
239
  fn=predict_image,