app update
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
14 |
# Description
|
15 |
title = "<center><strong><font size='10'> Fast Segment Anything </font></strong></center>"
|
16 |
|
|
|
17 |
|
18 |
examples = [["examples/sa_8776.jpg"], ["examples/sa_414.jpg"], ["examples/sa_1309.jpg"], ["examples/sa_11025.jpg"],
|
19 |
["examples/sa_561.jpg"], ["examples/sa_192.jpg"], ["examples/sa_10039.jpg"], ["examples/sa_862.jpg"]]
|
|
|
14 |
# Description
|
15 |
title = "<center><strong><font size='10'> Fast Segment Anything </font></strong></center>"
|
16 |
|
17 |
+
css = "h1 { text-align: center } .about { text-align: justify; padding-left: 10%; padding-right: 10%; }"
|
18 |
|
19 |
examples = [["examples/sa_8776.jpg"], ["examples/sa_414.jpg"], ["examples/sa_1309.jpg"], ["examples/sa_11025.jpg"],
|
20 |
["examples/sa_561.jpg"], ["examples/sa_192.jpg"], ["examples/sa_10039.jpg"], ["examples/sa_862.jpg"]]
|