yolo12138 commited on
Commit
2a190c0
·
1 Parent(s): 69e4b69

fix max-height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ dict_cate_names_reverse = {v: k for k, v in dict_cate_names.items()}
35
 
36
  with gr.Blocks(
37
  css="""
38
- .image {
39
  max-height: 512px;
40
  }
41
  """
 
35
 
36
  with gr.Blocks(
37
  css="""
38
+ .image img {
39
  max-height: 512px;
40
  }
41
  """