Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ def get_theme() -> gr.Theme:
|
|
| 100 |
)
|
| 101 |
|
| 102 |
css='''
|
| 103 |
-
#
|
| 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:
|