Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
|
|
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♾️ 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)
|
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"
|
|
|
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♾️ 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"
|