Martin Tomov commited on
Commit
09efbb7
Β·
verified Β·
1 Parent(s): 2c4b8a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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():