Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -15,16 +15,10 @@ import tempfile
|
|
15 |
|
16 |
|
17 |
css = """
|
18 |
-
|
19 |
-
max-height:
|
20 |
-
|
21 |
-
|
22 |
-
max-height: 40vh;
|
23 |
-
}
|
24 |
-
|
25 |
-
#img-display-output {
|
26 |
-
max-height: 40vh;
|
27 |
-
}
|
28 |
"""
|
29 |
|
30 |
# DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
|
15 |
|
16 |
|
17 |
css = """
|
18 |
+
img {
|
19 |
+
max-height: 500px;
|
20 |
+
object-fit: contain;
|
21 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"""
|
23 |
|
24 |
# DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'
|