fffiloni commited on
Commit
33b60f0
·
verified ·
1 Parent(s): e04fc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -43,10 +43,15 @@ example_portrait_dir = "assets/examples/source"
43
  example_video_dir = "assets/examples/driving"
44
 
45
  #################### interface logic ####################
 
 
 
 
 
 
 
46
 
47
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
48
-
49
- with gr.Column():
50
 
51
  gr.Markdown("""
52
  ## 🤗 This is the gradio demo for Vid2Vid LivePortrait.
 
43
  example_video_dir = "assets/examples/driving"
44
 
45
  #################### interface logic ####################
46
+ css="""
47
+ #col-container {
48
+ max_width: 1400px;
49
+ margin: 0 auto;
50
+ }
51
+ """
52
+ with gr.Blocks(css=css) as demo:
53
 
54
+ with gr.Column(elem_id="col-container"):
 
 
55
 
56
  gr.Markdown("""
57
  ## 🤗 This is the gradio demo for Vid2Vid LivePortrait.