R1000 commited on
Commit
c48cc6a
·
verified ·
1 Parent(s): 08e1dc4

Update app.py

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