Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ i2v_examples = [
|
|
109 |
css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
|
110 |
|
111 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
112 |
-
gr.Markdown("
|
113 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
114 |
with gr.Column():
|
115 |
with gr.Row():
|
|
|
109 |
css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
|
110 |
|
111 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
112 |
+
gr.Markdown("이미지로 영상 생성 테스트")
|
113 |
with gr.Tab(label='ImageAnimation_576x1024'):
|
114 |
with gr.Column():
|
115 |
with gr.Row():
|