Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|