awsaf49 commited on
Commit
42c0e39
·
1 Parent(s): 86caa22

ui updated

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 | Created by SONICS Team</p>
325
- <p style="color: #777777; font-size: 12px;">© 2025 - For research purposes only</p>
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
  )