Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
02bfca3
1
Parent(s):
53a98fd
Update app.py
Browse files
app.py
CHANGED
@@ -699,7 +699,7 @@ with gr.Blocks() as about:
|
|
699 |
# dbtext = gr.Textbox(label="Type \"delete db\" to confirm", placeholder="delete db")
|
700 |
# ddb = gr.Button("Delete DB")
|
701 |
# ddb.click(del_db, inputs=dbtext, outputs=ddb)
|
702 |
-
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS
|
703 |
gr.Markdown(DESCR)
|
704 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
705 |
gr.TabbedInterface([vote, leaderboard, about], ['π³οΈ Vote', 'π Leaderboard', 'π About'])
|
|
|
699 |
# dbtext = gr.Textbox(label="Type \"delete db\" to confirm", placeholder="delete db")
|
700 |
# ddb = gr.Button("Delete DB")
|
701 |
# ddb.click(del_db, inputs=dbtext, outputs=ddb)
|
702 |
+
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS Arena") as demo:
|
703 |
gr.Markdown(DESCR)
|
704 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
705 |
gr.TabbedInterface([vote, leaderboard, about], ['π³οΈ Vote', 'π Leaderboard', 'π About'])
|