Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,6 @@ def get_theme() -> gr.Theme:
|
|
| 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:
|
|
@@ -136,10 +135,6 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
|
|
| 136 |
)
|
| 137 |
unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
|
| 138 |
|
| 139 |
-
# with gr.Box():
|
| 140 |
-
# with gr.Column():
|
| 141 |
-
# with gr.Row():
|
| 142 |
-
|
| 143 |
with gr.Tab("Image: "):
|
| 144 |
with gr.Row():
|
| 145 |
with gr.Column():
|
|
|
|
| 101 |
|
| 102 |
css='''
|
| 103 |
#image_output_i{min-height:500px}
|
|
|
|
| 104 |
'''
|
| 105 |
|
| 106 |
with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
|
|
|
|
| 135 |
)
|
| 136 |
unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
with gr.Tab("Image: "):
|
| 139 |
with gr.Row():
|
| 140 |
with gr.Column():
|