dnth commited on
Commit
667d2da
1 Parent(s): de15e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ gr_interface = gr.Interface(
35
  description="This RetinaNet model counts microalgaes on a given image. Upload an image or click an example image below to use.",
36
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/' target='_blank'>Blog post</a></p>",
37
  examples=examples,
38
- theme="grass",
39
  )
40
  gr_interface.launch()
 
35
  description="This RetinaNet model counts microalgaes on a given image. Upload an image or click an example image below to use.",
36
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/' target='_blank'>Blog post</a></p>",
37
  examples=examples,
38
+ theme="dark-grass",
39
  )
40
  gr_interface.launch()