R1000 commited on
Commit
6531afd
·
verified ·
1 Parent(s): 443ff24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ def get_theme() -> gr.Theme:
100
  )
101
 
102
  css='''
103
- #image_output_i{max-height:300px}
104
- #image_output_v{max-height:300px}
105
  '''
106
 
107
  with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
 
100
  )
101
 
102
  css='''
103
+ #image_output_i{min-height:500px}
104
+ #image_output_v{min-height:500px}
105
  '''
106
 
107
  with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui: