Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,6 @@ with gr.Blocks() as demo:
|
|
| 166 |
low_res_video_output = gr.Video(label="O resultado da Etapa 1 aparecerá aqui", interactive=False)
|
| 167 |
|
| 168 |
with gr.Group(visible=False) as post_prod_group:
|
| 169 |
-
gr.Markdown("<hr style='margin-top: 20px; margin-bottom: 20px;'>")
|
| 170 |
gr.Markdown("## Etapa 2: Pós-Produção")
|
| 171 |
|
| 172 |
with gr.Tabs():
|
|
|
|
| 166 |
low_res_video_output = gr.Video(label="O resultado da Etapa 1 aparecerá aqui", interactive=False)
|
| 167 |
|
| 168 |
with gr.Group(visible=False) as post_prod_group:
|
|
|
|
| 169 |
gr.Markdown("## Etapa 2: Pós-Produção")
|
| 170 |
|
| 171 |
with gr.Tabs():
|