arxivgpt kim
commited on
Commit
•
111c622
1
Parent(s):
144ba4f
Update app.py
Browse files
app.py
CHANGED
@@ -346,12 +346,6 @@ div#component-11 > .gallery > .gallery-item > .container > img {
|
|
346 |
with gr.Blocks(css=css) as demo:
|
347 |
|
348 |
with gr.Column(elem_id="col-container"):
|
349 |
-
|
350 |
-
gr.HTML(f"""
|
351 |
-
<h2 style="text-align: center;">Music Generation Demo</h2>
|
352 |
-
<p style="text-align: center;">Extracts an image from a video to generate a description and creates music based on it.</p>
|
353 |
-
""")
|
354 |
-
|
355 |
with gr.Row():
|
356 |
|
357 |
with gr.Column():
|
|
|
346 |
with gr.Blocks(css=css) as demo:
|
347 |
|
348 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
with gr.Row():
|
350 |
|
351 |
with gr.Column():
|