Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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.
|