CharlieAmalet commited on
Commit
c07c44f
·
verified ·
1 Parent(s): 10674e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -10
app.py CHANGED
@@ -15,16 +15,10 @@ import tempfile
15
 
16
 
17
  css = """
18
- #img-display-container {
19
- max-height: 50vh;
20
- }
21
- #img-display-input {
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'