None1145 commited on
Commit
06d3610
·
verified ·
1 Parent(s): b4aad48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -44,5 +44,7 @@ def compare_csv_files():
44
  gr.Interface(
45
  fn=compare_csv_files,
46
  inputs=None,
47
- outputs="html"
 
 
48
  ).launch()
 
44
  gr.Interface(
45
  fn=compare_csv_files,
46
  inputs=None,
47
+ outputs="html",
48
+ title="Fish Speech Benchmark",
49
+ description="This is a non official model performance test from Fish Speech\nMore data will be added later (not too much)"
50
  ).launch()