Ariel
commited on
Commit
·
661b2f8
1
Parent(s):
abf4d29
Upload app
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
|
|
150 |
gr.HTML(f"""
|
151 |
<div style='text-align: center;'>
|
152 |
<img src='https://github.com/ArielDrabkin/Solar-Panel-Detector/blob/master/deployment/examples/DALL-E.jpeg?raw=true'
|
153 |
-
height='
|
154 |
</div>
|
155 |
""")
|
156 |
gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
|
|
|
150 |
gr.HTML(f"""
|
151 |
<div style='text-align: center;'>
|
152 |
<img src='https://github.com/ArielDrabkin/Solar-Panel-Detector/blob/master/deployment/examples/DALL-E.jpeg?raw=true'
|
153 |
+
height='500' width='1200';'/>
|
154 |
</div>
|
155 |
""")
|
156 |
gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
|