CharlieAmalet commited on
Commit
b9db5fb
1 Parent(s): f40690a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -8
app.py CHANGED
@@ -4,15 +4,13 @@ import gradio as gr
4
  import spaces
5
 
6
  css = """
7
- #img-display-container {
8
- max-height: 50vh;
9
- }
10
- #img-display-input {
11
- max-height: 40vh;
12
- }
13
  #img-display-output {
14
- max-height: 40vh;
15
- }
 
 
 
 
16
  """
17
 
18
  DEVICE = 'cuda'
 
4
  import spaces
5
 
6
  css = """
 
 
 
 
 
 
7
  #img-display-output {
8
+ max-height: 50vh;
9
+ }
10
+
11
+ #img-display-output *{
12
+ max-height: 50vh;
13
+ }
14
  """
15
 
16
  DEVICE = 'cuda'