Spaces:
Running
Running
Update app.py
Browse files
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()
|