ui updated
Browse files
app.py
CHANGED
@@ -321,8 +321,8 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
|
321 |
gr.HTML(
|
322 |
"""
|
323 |
<div class="footer" style="text-align: center;">
|
324 |
-
<p style="color: #bbbbbb; font-size: 14px;">SONICS: Synthetic Or Not - Identifying Counterfeit Songs |
|
325 |
-
<p style="color: #777777; font-size: 12px;"
|
326 |
</div>
|
327 |
"""
|
328 |
)
|
|
|
321 |
gr.HTML(
|
322 |
"""
|
323 |
<div class="footer" style="text-align: center;">
|
324 |
+
<p style="color: #bbbbbb; font-size: 14px;">SONICS: Synthetic Or Not - Identifying Counterfeit Songs | ICLR 2025</p>
|
325 |
+
<p style="color: #777777; font-size: 12px;">For research purposes only</p>
|
326 |
</div>
|
327 |
"""
|
328 |
)
|