Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1229,7 +1229,7 @@ def make_custom_css():
|
|
1229 |
css = make_custom_css()
|
1230 |
block = gr.Blocks(css=css).queue()
|
1231 |
with block:
|
1232 |
-
gr.HTML("<h1 ='title'>
|
1233 |
|
1234 |
# mobile-full-widthクラスを持つレスポンシブ行を使用
|
1235 |
with gr.Row(elem_classes="mobile-full-width"):
|
|
|
1229 |
css = make_custom_css()
|
1230 |
block = gr.Blocks(css=css).queue()
|
1231 |
with block:
|
1232 |
+
gr.HTML("<h1 ='title'>FramePack_rotate_landscape - 風景画像回転動画生成</h1>")
|
1233 |
|
1234 |
# mobile-full-widthクラスを持つレスポンシブ行を使用
|
1235 |
with gr.Row(elem_classes="mobile-full-width"):
|