Spaces:
Build error
Build error
cancel logo
Browse files
app.py
CHANGED
|
@@ -136,14 +136,9 @@ css = """
|
|
| 136 |
|
| 137 |
"""
|
| 138 |
|
|
|
|
| 139 |
with gr.Blocks(css=css) as demo:
|
| 140 |
-
# gr.Markdown("<h1 style='text-align: center'>DiffRhythm (谛韵)</h1>")
|
| 141 |
gr.HTML(f"""
|
| 142 |
-
<div style="display: flex; align-items: center;">
|
| 143 |
-
<img src='https://raw.githubusercontent.com/ASLP-lab/DiffRhythm/refs/heads/main/src/DiffRhythm_logo.jpg'
|
| 144 |
-
style='width: 200px; height: 40%; display: block; margin: 0 auto 20px;'>
|
| 145 |
-
</div>
|
| 146 |
-
|
| 147 |
<div style="flex: 1; text-align: center;">
|
| 148 |
<div style="font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 5px">
|
| 149 |
Di♪♪Rhythm (谛韵)
|
|
|
|
| 136 |
|
| 137 |
"""
|
| 138 |
|
| 139 |
+
|
| 140 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 141 |
gr.HTML(f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
<div style="flex: 1; text-align: center;">
|
| 143 |
<div style="font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 5px">
|
| 144 |
Di♪♪Rhythm (谛韵)
|