ArielDrabkin commited on
Commit
555233e
·
verified ·
1 Parent(s): c796eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ 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
- "###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
 
 
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