victorisgeek commited on
Commit
9783048
·
verified ·
1 Parent(s): d7ae51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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")
 
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")