ArielDrabkin commited on
Commit
c796eff
·
verified ·
1 Parent(s): 8b88e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- "## Detect solar panels in a given address or a given satellite image.\n"
27
- "### You can learn all about:\n"
28
- "1. Project creation and the models in this [LevelUpCoding♾️ article](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43).\n"
29
- "2. Augmentation techniques used to enhance the model precision in this [LevelUpCoding♾️ article](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"
 
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"