Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
|
|
23 |
|
24 |
# Description for using the app with address and Google Maps API
|
25 |
gr.Markdown(
|
26 |
-
"##
|
27 |
-
"###
|
28 |
-
|
29 |
-
|
30 |
|
31 |
# Instructions for address-based detection
|
32 |
gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
|
|
|
23 |
|
24 |
# Description for using the app with address and Google Maps API
|
25 |
gr.Markdown(
|
26 |
+
"##Detect solar panels in a given address or a given satellite image.\n"
|
27 |
+
"###Learn more about this project in the LevelUpCoding♾️ community articles:\n"
|
28 |
+
"• [Solar-Panel-Detector: Guide to an End-to-End Computer Vision Project Using Nothing-But-Free Software](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43).\n"
|
29 |
+
"• [Enhancing Object Detection in Aerial Imagery: A Comparative Study of Data Augmentation Techniques](https://levelup.gitconnected.com/enhancing-object-detection-in-aerial-imagery-a-comparative-study-of-data-augmentation-techniques-02a5944d7b80).")
|
30 |
|
31 |
# Instructions for address-based detection
|
32 |
gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
|