silence autoplay for colab

This commit is contained in:
Concedo 2023-12-27 19:13:34 +08:00
parent e733a9e425
commit 4d6d967c10

View file

@ -34,7 +34,7 @@
"#@title <-- Tap this if you play on Mobile { display-mode: \"form\" }\n", "#@title <-- Tap this if you play on Mobile { display-mode: \"form\" }\n",
"%%html\n", "%%html\n",
"<b>Press play on the music player to keep the tab alive, then start KoboldCpp below</b><br/>\n", "<b>Press play on the music player to keep the tab alive, then start KoboldCpp below</b><br/>\n",
"<audio src=\"https://raw.githubusercontent.com/KoboldAI/KoboldAI-Client/main/colab/silence.m4a\" controls>" "<audio autoplay=\"\" src=\"https://raw.githubusercontent.com/KoboldAI/KoboldAI-Client/main/colab/silence.m4a\" controls>"
] ]
}, },
{ {