Spaces:
Running
Running
Update app/ui.py
Browse files
app/ui.py
CHANGED
|
@@ -8,7 +8,6 @@ from .ui_leaderboard import *
|
|
| 8 |
|
| 9 |
with gr.Blocks() as about:
|
| 10 |
gr.Markdown(ABOUT)
|
| 11 |
-
gr.DownloadButton("DL", DB_PATH)
|
| 12 |
|
| 13 |
with gr.Blocks(css="footer {visibility: hidden}textbox{resize:none}", title="TTS Arena") as app:
|
| 14 |
gr.Markdown(DESCR)
|
|
|
|
| 8 |
|
| 9 |
with gr.Blocks() as about:
|
| 10 |
gr.Markdown(ABOUT)
|
|
|
|
| 11 |
|
| 12 |
with gr.Blocks(css="footer {visibility: hidden}textbox{resize:none}", title="TTS Arena") as app:
|
| 13 |
gr.Markdown(DESCR)
|