Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ dropdown, js = create_theme_dropdown()
|
|
| 63 |
with gr.Blocks(theme='victorisgeek/gray') as demo:
|
| 64 |
with gr.Row(equal_height=True):
|
| 65 |
with gr.Column(scale=10):
|
| 66 |
-
|
| 67 |
with gr.Row():
|
| 68 |
video = gr.Video(label="Original video", format="mp4")
|
| 69 |
video2 = gr.Video(label="Refaced video", interactive=False, format="mp4")
|
|
|
|
| 63 |
with gr.Blocks(theme='victorisgeek/gray') as demo:
|
| 64 |
with gr.Row(equal_height=True):
|
| 65 |
with gr.Column(scale=10):
|
| 66 |
+
gr.Markdown("# Refacer")
|
| 67 |
with gr.Row():
|
| 68 |
video = gr.Video(label="Original video", format="mp4")
|
| 69 |
video2 = gr.Video(label="Refaced video", interactive=False, format="mp4")
|