Spaces:
Running
on
Zero
Running
on
Zero
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -224,11 +224,6 @@ examples = [
|
|
224 |
]
|
225 |
|
226 |
css = """
|
227 |
-
#title {
|
228 |
-
text-align: center;
|
229 |
-
font-size: 6em;
|
230 |
-
margin-bottom: 20px;
|
231 |
-
}
|
232 |
.checkbox-group {
|
233 |
display: flex;
|
234 |
justify-content: center;
|
@@ -241,7 +236,7 @@ css = """
|
|
241 |
"""
|
242 |
|
243 |
with gr.Blocks(css=css) as demo:
|
244 |
-
gr.Markdown("InsectSAM π Detect and Segment Insects in Datasets")
|
245 |
with gr.Row():
|
246 |
image_input = gr.Image(type="pil")
|
247 |
with gr.Column():
|
|
|
224 |
]
|
225 |
|
226 |
css = """
|
|
|
|
|
|
|
|
|
|
|
227 |
.checkbox-group {
|
228 |
display: flex;
|
229 |
justify-content: center;
|
|
|
236 |
"""
|
237 |
|
238 |
with gr.Blocks(css=css) as demo:
|
239 |
+
gr.Markdown.Title("InsectSAM π Detect and Segment Insects in Datasets")
|
240 |
with gr.Row():
|
241 |
image_input = gr.Image(type="pil")
|
242 |
with gr.Column():
|