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