Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ p {
|
|
7 |
}
|
8 |
|
9 |
li {
|
10 |
-
font-size: 110%;
|
11 |
}
|
12 |
|
13 |
.container {
|
@@ -72,7 +72,7 @@ with gr.Blocks(css=css) as demo:
|
|
72 |
generate_video,
|
73 |
[gr.Video(), gr.Image(type='filepath', image_mode=None)],
|
74 |
gr.Video(),
|
75 |
-
examples=[
|
76 |
)
|
77 |
|
78 |
if __name__ == "__main__":
|
|
|
7 |
}
|
8 |
|
9 |
li {
|
10 |
+
font-size: 110 %;
|
11 |
}
|
12 |
|
13 |
.container {
|
|
|
72 |
generate_video,
|
73 |
[gr.Video(), gr.Image(type='filepath', image_mode=None)],
|
74 |
gr.Video(),
|
75 |
+
examples=[a, w1]
|
76 |
)
|
77 |
|
78 |
if __name__ == "__main__":
|