Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
app.py
CHANGED
@@ -125,8 +125,12 @@ css = """
|
|
125 |
"""
|
126 |
|
127 |
with gr.Blocks(css=css) as demo:
|
128 |
-
gr.Markdown("<h1 style='text-align: center'>DiffRhythm (谛韵)</h1>")
|
129 |
gr.HTML("""
|
|
|
|
|
|
|
|
|
130 |
<div style="display:flex; justify-content: center; column-gap:4px;">
|
131 |
<a href="https://arxiv.org/abs/2503.01183">
|
132 |
<img src='https://img.shields.io/badge/Arxiv-Paper-blue'>
|
|
|
125 |
"""
|
126 |
|
127 |
with gr.Blocks(css=css) as demo:
|
128 |
+
# gr.Markdown("<h1 style='text-align: center'>DiffRhythm (谛韵)</h1>")
|
129 |
gr.HTML("""
|
130 |
+
|
131 |
+
<div style="font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 5px">
|
132 |
+
DiffRhythm (谛韵)
|
133 |
+
</div>
|
134 |
<div style="display:flex; justify-content: center; column-gap:4px;">
|
135 |
<a href="https://arxiv.org/abs/2503.01183">
|
136 |
<img src='https://img.shields.io/badge/Arxiv-Paper-blue'>
|